Compartilhar via


Método IVsTextEditorPropertyCategoryContainer.GetPropertyCategory

Retorna a categoria de propriedade especificada.

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

Sintaxe

'Declaração
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

Parâmetros

  • rguidCategory
    Tipo: Guid%

    [in] Especifica a categoria GUID para a propriedade. As categorias predefinidas para o editor de texto de núcleo são GUID_EditPropCategory_View_MasterSettings e GUID_EditPropCategory_TextMgr_Global, conforme definido em textmgr.idl. Outros objetos podem definir diferentes categorias, conforme necessário.

Valor de retorno

Tipo: Int32
Se o método for bem-sucedido, ele retorna S_OK.Se ele falhar, ele retorna um código de erro.

Comentários

COM assinatura

De textmgr.idl:

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

Segurança do .NET Framework

Consulte também

Referência

IVsTextEditorPropertyCategoryContainer Interface

Namespace Microsoft.VisualStudio.TextManager.Interop