Condividi tramite


Metodo IVsTextBufferEvents.OnNewLanguageService

Notifica al client quando un nuovo servizio di linguaggio è associato a un buffer.

Spazio dei nomi:  Microsoft.VisualStudio.TextManager.Interop
Assembly:  Microsoft.VisualStudio.TextManager.Interop (in Microsoft.VisualStudio.TextManager.Interop.dll)

Sintassi

'Dichiarazione
Sub OnNewLanguageService ( _
    ByRef sidLangServiceID As Guid _
)
void OnNewLanguageService(
    ref Guid sidLangServiceID
)
void OnNewLanguageService(
    [InAttribute] Guid% sidLangServiceID
)
abstract OnNewLanguageService : 
        sidLangServiceID:Guid byref -> unit
function OnNewLanguageService(
    sidLangServiceID : Guid
)

Parametri

  • sidLangServiceID
    Tipo: Guid%

    [in] ID di riferimento di nuovo il servizio di linguaggio.

Note

Firma COM

da textmgr.idl:

HRESULT IVsTextBufferEvents::OnNewLanguageService(
   [in] REFGUID sidLangServiceID
);

Sicurezza di .NET Framework

Vedere anche

Riferimenti

IVsTextBufferEvents Interfaccia

Spazio dei nomi Microsoft.VisualStudio.TextManager.Interop