IEditorOptions.IsOptionDefined, méthode (String, Boolean)
Détermine si l'option spécifiée est définie.
Espace de noms : Microsoft.VisualStudio.Text.Editor
Assembly : Microsoft.VisualStudio.Text.Logic (dans Microsoft.VisualStudio.Text.Logic.dll)
Syntaxe
'Déclaration
Function IsOptionDefined ( _
optionId As String, _
localScopeOnly As Boolean _
) As Boolean
bool IsOptionDefined(
string optionId,
bool localScopeOnly
)
bool IsOptionDefined(
String^ optionId,
bool localScopeOnly
)
abstract IsOptionDefined :
optionId:string *
localScopeOnly:bool -> bool
function IsOptionDefined(
optionId : String,
localScopeOnly : boolean
) : boolean
Paramètres
optionId
Type : StringID de l'option.
localScopeOnly
Type : Booleantrue pour effectuer des recherches uniquement dans cette portée, false pour inclure également des portées parent. Ce paramètre n'a aucun effet si la portée actuelle est globale.
Valeur de retour
Type : Boolean
true si l'option est définie, sinon false.
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, voir Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.