Partager via


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 : String

    ID de l'option.

  • localScopeOnly
    Type : Boolean

    true 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

Voir aussi

Référence

IEditorOptions Interface

IsOptionDefined, surcharge

Microsoft.VisualStudio.Text.Editor, espace de noms