Freigeben über


IVsPackageExtensionProvider.CreateExtensionInstance-Methode: (Guid, Guid)

 

Veröffentlicht: Oktober 2016

Erstellt eine Instanz der angeforderten Erweiterung.

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

Syntax

object CreateExtensionInstance(
    [InAttribute] ref Guid extensionPoint,
    [InAttribute] ref Guid instance
)
Object^ CreateExtensionInstance(
    [InAttribute] Guid% extensionPoint,
    [InAttribute] Guid% instance
)
abstract CreateExtensionInstance : 
        extensionPoint:Guid byref *
        instance:Guid byref -> Object
Function CreateExtensionInstance (
    <InAttribute> ByRef extensionPoint As Guid,
    <InAttribute> ByRef instance As Guid
) As Object

Parameter

  • extensionPoint
    Type: System.Guid

    [in] Der Typ der Erweiterungspunkt.

  • instance
    Type: System.Guid

    [in] Der Instanzbezeichner des angeforderten Erweiterung an.

Rückgabewert

Type: System.Object

Die angeforderte Erweiterung Point-Instanz.

Siehe auch

IVsPackageExtensionProvider-Schnittstelle
Microsoft.VisualStudio.Shell.Interop-Namespace

Zurück zum Anfang