IVsPackageExtensionProvider::CreateExtensionInstance Method (Guid, Guid)
Visual Studio 2015
Creates an instance of the requested extension.
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.
Show: