Compartir a través de


IVsTextManager3.FindLanguageSIDForExtensionlessFilename (Método)

Gets the CLSID of the language service for a filename without an extension.

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

Sintaxis

'Declaración
Function FindLanguageSIDForExtensionlessFilename ( _
    pszFileName As String, _
    <OutAttribute> ByRef pguidLangSID As Guid _
) As Integer
int FindLanguageSIDForExtensionlessFilename(
    string pszFileName,
    out Guid pguidLangSID
)
int FindLanguageSIDForExtensionlessFilename(
    [InAttribute] String^ pszFileName, 
    [OutAttribute] Guid% pguidLangSID
)
abstract FindLanguageSIDForExtensionlessFilename : 
        pszFileName:string * 
        pguidLangSID:Guid byref -> int
function FindLanguageSIDForExtensionlessFilename(
    pszFileName : String, 
    pguidLangSID : Guid
) : int

Parámetros

  • pszFileName
    Tipo: String

    [in] The filename for which to find the language service.

  • pguidLangSID
    Tipo: Guid%

    [out] The pointer to the language service.

Valor devuelto

Tipo: Int32
Returns S_OK if the method is successful; otherwise, returns an error code.

Seguridad de .NET Framework

Vea también

Referencia

IVsTextManager3 Interfaz

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