IVsTextStorage.Storage_GetLanguageServiceID Method

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

Syntax

'Déclaration
Function Storage_GetLanguageServiceID ( _
    <OutAttribute> ByRef pguidLangService As Guid _
) As Integer
'Utilisation
Dim instance As IVsTextStorage
Dim pguidLangService As Guid
Dim returnValue As Integer

returnValue = instance.Storage_GetLanguageServiceID(pguidLangService)
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

Parameters

Return Value

Type: System.Int32
If the method succeeds, it returns S_OK. If it fails, it returns an error code.

Remarks

COM Signature

From textmgr.idl:

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

.NET Framework Security

See Also

Reference

IVsTextStorage Interface

IVsTextStorage Members

Microsoft.VisualStudio.TextManager.Interop Namespace