Metodo IVsTextManager3.PrimeExpansionManager
Asynchronously prepares the expansion manager to support the given language.
Spazio dei nomi: Microsoft.VisualStudio.TextManager.Interop
Assembly: Microsoft.VisualStudio.TextManager.Interop.11.0 (in Microsoft.VisualStudio.TextManager.Interop.11.0.dll)
Sintassi
'Dichiarazione
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
Parametri
guidLang
Tipo: Guid%[in] The language to be supported.
Valore restituito
Tipo: Int32
Returns S_OK if the method is successful; otherwise, returns an error code.
Note
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.
Sicurezza di .NET Framework
- Attendibilità totale per il chiamante immediato. Impossibile utilizzare questo membro in codice parzialmente attendibile. Per altre informazioni, vedere Utilizzo di librerie da codice parzialmente attendibile.