Returns an interface or object that can be accessed at run time by name. This is most useful in languages that do not support a mechanism like late binding in Visual Basic.
Syntax
Method GetObject(bstrName) As Object
This syntax has these parts:
Part | Description |
bstrName | Required String indicating the object. The name must be in the registry under HKEY_LOCAL_MACHINE/Microsoft/Visual Studio/6.0/<package>/Automation/. |