Compartir a través de


IVsTextStorage.Storage_SetLanguageServiceID (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_SetLanguageServiceID ( _
    ByRef guidLangService As Guid _
) As Integer
int Storage_SetLanguageServiceID(
    ref Guid guidLangService
)
int Storage_SetLanguageServiceID(
    [InAttribute] Guid% guidLangService
)
abstract Storage_SetLanguageServiceID : 
        guidLangService:Guid byref -> int
function Storage_SetLanguageServiceID(
    guidLangService : Guid
) : int

Parámetros

  • guidLangService
    Tipo: Guid%

    [in]

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_SetLanguageServiceID(
   [in] REFGUID guidLangService
);

Seguridad de .NET Framework

Vea también

Referencia

IVsTextStorage Interfaz

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