IVsPackageExtensionProvider::CreateExtensionInstance Method (Guid, Guid)

 

Creates an instance of the requested extension.

Namespace:   Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop.11.0 (in Microsoft.VisualStudio.Shell.Interop.11.0.dll)

Object^ CreateExtensionInstance(
	[InAttribute] Guid% extensionPoint,
	[InAttribute] Guid% instance
)

Parameters

extensionPoint
Type: System::Guid

[in] The type of extension point.

instance
Type: System::Guid

[in] The instance identifier of the requested extension point.

Return Value

Type: System::Object^

The requested extension point instance.

Return to top
Show: