Condividi tramite


Metodo ExpansionFunction.ReleaseFunction

Sblocca tutte le allocazioni ExpansionFunction la classe può eseguire.

Spazio dei nomi:  Microsoft.VisualStudio.Package
Assembly:   Microsoft.VisualStudio.Package.LanguageService.9.0 (in Microsoft.VisualStudio.Package.LanguageService.9.0.dll)
  Microsoft.VisualStudio.Package.LanguageService.11.0 (in Microsoft.VisualStudio.Package.LanguageService.11.0.dll)
  Microsoft.VisualStudio.Package.LanguageService (in Microsoft.VisualStudio.Package.LanguageService.dll)
  Microsoft.VisualStudio.Package.LanguageService.10.0 (in Microsoft.VisualStudio.Package.LanguageService.10.0.dll)

Sintassi

'Dichiarazione
Public Overridable Function ReleaseFunction As Integer
public virtual int ReleaseFunction()

Valore restituito

Tipo: System.Int32
Se l'operazione riesce, restituisce S_OK; in caso contrario, restituisce un codice di errore.

Implementa

IVsExpansionFunction.ReleaseFunction()

Note

Questo metodo è un'implementazione di ReleaseFunction metodo su IVsExpansionFunction interfaccia.

Il metodo di base fissa il riferimento internamente a ExpansionProvider per annullare e restituisce S_OK.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

ExpansionFunction Classe

Spazio dei nomi Microsoft.VisualStudio.Package