PackageUtilities::CreateInstance Method (Guid)

 

Creates a co-createable COM object.

Namespace:   Microsoft.VisualStudio.Shell
Assembly:  Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)

public:
static Object^ CreateInstance(
	Guid clsid
)

Parameters

clsid
Type: System::Guid

The CLSID of the object to create.<

Return Value

Type: System::Object^

The instantiated object, or null if unsuccessful.

Return to top
Show: