Compartir a través de


IVsTextManager3.PrimeExpansionManager (Método)

Asynchronously prepares the expansion manager to support the given language.

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 PrimeExpansionManager ( _
    ByRef guidLang As Guid _
) As Integer
int PrimeExpansionManager(
    ref Guid guidLang
)
int PrimeExpansionManager(
    [InAttribute] Guid% guidLang
)
abstract PrimeExpansionManager : 
        guidLang:Guid byref -> int
function PrimeExpansionManager(
    guidLang : Guid
) : int

Parámetros

  • guidLang
    Tipo: Guid%

    [in] The language to be supported.

Valor devuelto

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

Comentarios

Calling this method is optional. However, if this method has not been called for a particular language, the first call to the expansion manager for that language will synchronously block until the necessary preparation is completed.

Seguridad de .NET Framework

Vea también

Referencia

IVsTextManager3 Interfaz

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