Compartir a través de


IVsTextStorage.Storage_GetLanguageServiceID (Método)

Espacio de nombres:  Microsoft.VisualStudio.TextManager.Interop
Ensamblado:  Microsoft.VisualStudio.TextManager.Interop (en Microsoft.VisualStudio.TextManager.Interop.dll)

Sintaxis

'Declaración
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 devuelto

Tipo: Int32
si el método tiene éxito, devuelve S_OK.Si se produce un error, devuelve un código de error.

Comentarios

Prototipo COM

de textmgr.idl:

HRESULT IVsTextStorage::Storage_GetLanguageServiceID(
   [out] GUID *pguidLangService
);

Seguridad de .NET Framework

Vea también

Referencia

IVsTextStorage Interfaz

Microsoft.VisualStudio.TextManager.Interop (Espacio de nombres)