Partilhar via


Método IVsTextStorage.Storage_GetLanguageServiceID

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

Sintaxe

'Declaração
Function Storage_GetLanguageServiceID ( _
    <OutAttribute> ByRef pguidLangService As Guid _
) As Integer
int Storage_GetLanguageServiceID(
    out Guid pguidLangService
)
int Storage_GetLanguageServiceID(
    [OutAttribute] Guid% pguidLangService
)
abstract Storage_GetLanguageServiceID : 
        pguidLangService:Guid byref -> int
function Storage_GetLanguageServiceID(
    pguidLangService : Guid
) : int

Parâmetros

  • pguidLangService
    Tipo: Guid%

    [out]

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 IVsTextStorage::Storage_GetLanguageServiceID(
   [out] GUID *pguidLangService
);

Segurança do .NET Framework

Consulte também

Referência

IVsTextStorage Interface

Namespace Microsoft.VisualStudio.TextManager.Interop