Freigeben über


IVsTextEditorPropertyCategoryContainer.GetPropertyCategory-Methode

Gibt die Kategorie angegebene Eigenschaft zurück.

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

Syntax

'Declaration
Function GetPropertyCategory ( _
    ByRef rguidCategory As Guid, _
    <OutAttribute> ByRef ppProp As IVsTextEditorPropertyContainer _
) As Integer
int GetPropertyCategory(
    ref Guid rguidCategory,
    out IVsTextEditorPropertyContainer ppProp
)
int GetPropertyCategory(
    [InAttribute] Guid% rguidCategory, 
    [OutAttribute] IVsTextEditorPropertyContainer^% ppProp
)
abstract GetPropertyCategory : 
        rguidCategory:Guid byref * 
        ppProp:IVsTextEditorPropertyContainer byref -> int
function GetPropertyCategory(
    rguidCategory : Guid, 
    ppProp : IVsTextEditorPropertyContainer
) : int

Parameter

  • rguidCategory
    Typ: Guid%

    [in] Gibt die GUID-Kategorie für die Eigenschaft an. Vordefinierte Kategorien für den Kerntext-editor sind GUID_EditPropCategory_View_MasterSettings und GUID_EditPropCategory_TextMgr_Global, wie in textmgr.idl definiert. Andere Objekte können verschiedene Kategorien definieren, wie gewünscht.

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 IVsTextEditorPropertyCategoryContainer::GetPropertyCategory(
   [in] REFGUID rguidCategory, 
   [out] IVsTextEditorPropertyContainer **ppProp
);

.NET Framework-Sicherheit

Siehe auch

Referenz

IVsTextEditorPropertyCategoryContainer Schnittstelle

Microsoft.VisualStudio.TextManager.Interop-Namespace