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