Partager via


IVsTextEditorPropertyCategoryContainer.GetPropertyCategory, méthode

Retourne la catégorie spécifiée de propriété.

Espace de noms :  Microsoft.VisualStudio.TextManager.Interop
Assembly :  Microsoft.VisualStudio.TextManager.Interop (dans Microsoft.VisualStudio.TextManager.Interop.dll)

Syntaxe

'Déclaration
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

Paramètres

  • rguidCategory
    Type : Guid%

    [in] spécifie la catégorie de GUID pour la propriété. Les catégories prédéfinies pour le principal éditeur de texte sont GUID_EditPropCategory_View_MasterSettings et GUID_EditPropCategory_TextMgr_Global, comme défini dans textmgr.idl. D'autres objets peuvent définir différentes catégories, selon les besoins.

Valeur de retour

Type : Int32
Si la méthode réussit, elle retourne S_OK.En cas d'échec, un code d'erreur est retourné.

Notes

Signature de COM

De textmgr.idl :

HRESULT IVsTextEditorPropertyCategoryContainer::GetPropertyCategory(
   [in] REFGUID rguidCategory, 
   [out] IVsTextEditorPropertyContainer **ppProp
);

Sécurité .NET Framework

Voir aussi

Référence

IVsTextEditorPropertyCategoryContainer Interface

Microsoft.VisualStudio.TextManager.Interop, espace de noms