Freigeben über


IVsExtensibility.get_Properties-Methode

Diese API unterstützt die .NET Framework-Infrastruktur und ist nicht für die direkte Verwendung in Code bestimmt.

Nur für die interne Verwendung durch Microsoft vorgesehen.

Namespace:  EnvDTE
Assembly:  EnvDTE (in EnvDTE.dll)

Syntax

'Declaration
Sub get_Properties ( _
    pParent As ISupportVSProperties, _
    pdispPropObj As Object, _
    <OutAttribute> ByRef ppProperties As Properties _
)
void get_Properties(
    ISupportVSProperties pParent,
    Object pdispPropObj,
    out Properties ppProperties
)
void get_Properties(
    [InAttribute] ISupportVSProperties^ pParent, 
    [InAttribute] Object^ pdispPropObj, 
    [OutAttribute] Properties^% ppProperties
)
abstract get_Properties : 
        pParent:ISupportVSProperties * 
        pdispPropObj:Object * 
        ppProperties:Properties byref -> unit 
function get_Properties(
    pParent : ISupportVSProperties, 
    pdispPropObj : Object, 
    ppProperties : Properties
)

Parameter

  • pdispPropObj
    Typ: System.Object
    Das Objekt der Dispatchschnittstelle.

.NET Framework-Sicherheit

Siehe auch

Referenz

IVsExtensibility Schnittstelle

EnvDTE-Namespace