Freigeben über


IVsTextEditorPropertyContainer.GetProperty-Methode

Gibt die angegebene Text-Editor-Eigenschaft zurück.

Namespace:  Microsoft.VisualStudio.TextManager.Interop
Assembly:  Microsoft.VisualStudio.TextManager.Interop (in Microsoft.VisualStudio.TextManager.Interop.dll)

Syntax

'Declaration
Function GetProperty ( _
    idProp As VSEDITPROPID, _
    <OutAttribute> ByRef pvar As Object _
) As Integer
int GetProperty(
    VSEDITPROPID idProp,
    out Object pvar
)
int GetProperty(
    [InAttribute] VSEDITPROPID idProp, 
    [OutAttribute] Object^% pvar
)
abstract GetProperty : 
        idProp:VSEDITPROPID * 
        pvar:Object byref -> int
function GetProperty(
    idProp : VSEDITPROPID, 
    pvar : Object
) : int

Parameter

  • pvar
    Typ: Object%

    [out] Variante, die die zurückgegebenen Eigenschafteninformationen enthält.

Rückgabewert

Typ: Int32
Wenn die Methode erfolgreich ausgeführt, gibt sie S_OKzurück.Bei einem Fehler wird ein Fehlercode zurückgegeben.

Hinweise

COM-Signatur

Von textmgr.idl:

HRESULT IVsTextEditorPropertyContainer::GetProperty(
   [in] VSEDITPROPID idProp, 
   [out] VARIANT *pvar
);

.NET Framework-Sicherheit

Siehe auch

Referenz

IVsTextEditorPropertyContainer Schnittstelle

Microsoft.VisualStudio.TextManager.Interop-Namespace