ExtensionPointPackage::IVsPackageExtensionProvider::CreateExtensionInstance Method (Guid, Guid)

 

Creates an instance of the requested extension.

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

private:
virtual Object^ CreateExtensionInstance(
	Guid% extensionPoint,
	Guid% instance
) sealed = IVsPackageExtensionProvider::CreateExtensionInstance

Parameters

extensionPoint
Type: System::Guid

Type of extension point.

instance
Type: System::Guid

Instance identifier of the requested extension point.

Return Value

Type: System::Object^

The requested extension point instance.

Return to top
Show: