ExpansionFunction.GetCurrentValue, méthode (String%, Int32%)
Obtient la valeur actuelle de la fonction d'expansion.
Espace de noms : Microsoft.VisualStudio.Package
Assemblys : Microsoft.VisualStudio.Package.LanguageService.9.0 (dans Microsoft.VisualStudio.Package.LanguageService.9.0.dll)
Microsoft.VisualStudio.Package.LanguageService.11.0 (dans Microsoft.VisualStudio.Package.LanguageService.11.0.dll)
Microsoft.VisualStudio.Package.LanguageService (dans Microsoft.VisualStudio.Package.LanguageService.dll)
Microsoft.VisualStudio.Package.LanguageService.10.0 (dans Microsoft.VisualStudio.Package.LanguageService.10.0.dll)
Syntaxe
'Déclaration
Public Function GetCurrentValue ( _
<OutAttribute> ByRef bstrValue As String, _
<OutAttribute> ByRef hasDefaultValue As Integer _
) As Integer
public int GetCurrentValue(
out string bstrValue,
out int hasDefaultValue
)
Paramètres
- bstrValue
Type : System.String%
[] retourne la valeur, si elle existe, sinon une chaîne vide.
- hasDefaultValue
Type : System.Int32%
[] retourne true si bstrValue n'est pas nullRéférence Null (Nothing en Visual Basic).
Valeur de retour
Type : System.Int32
S_OK .
Implémentations
IVsExpansionFunction.GetCurrentValue(String%, Int32%)
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.