Metodo IVsTextEditorPropertyCategoryContainer.GetPropertyCategory
Restituisce la categoria specificata la proprietà.
Spazio dei nomi: Microsoft.VisualStudio.TextManager.Interop
Assembly: Microsoft.VisualStudio.TextManager.Interop (in Microsoft.VisualStudio.TextManager.Interop.dll)
Sintassi
'Dichiarazione
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
Parametri
rguidCategory
Tipo: Guid%[in] specifica la categoria di GUID per la proprietà. Le categorie predefinite per l'editor di testo principale vengono GUID_EditPropCategory_View_MasterSettings e GUID_EditPropCategory_TextMgr_Global, come definito in textmgr.idl. Altri oggetti possono definire le categorie diverse, come richiesto.
ppProp
Tipo: Microsoft.VisualStudio.TextManager.Interop.IVsTextEditorPropertyContainer%[out] Puntatore a un oggetto IVsTextEditorPropertyContainer oggetto, che consente di ottenere, impostare e rimuovere le proprietà dell'editor.
Valore restituito
Tipo: Int32
Se il metodo ha esito positivo, restituisce S_OK.Se non riesce, restituisce un codice di errore.
Note
Firma COM
da textmgr.idl:
HRESULT IVsTextEditorPropertyCategoryContainer::GetPropertyCategory(
[in] REFGUID rguidCategory,
[out] IVsTextEditorPropertyContainer **ppProp
);
Sicurezza di .NET Framework
- Attendibilità totale per il chiamante immediato. Impossibile utilizzare questo membro in codice parzialmente attendibile. Per altre informazioni, vedere Utilizzo di librerie da codice parzialmente attendibile.