Partager via


IEditorOptions.ClearOptionValue, méthode (String)

Efface la valeur définie localement de l'option donnée.

Espace de noms :  Microsoft.VisualStudio.Text.Editor
Assembly :  Microsoft.VisualStudio.Text.Logic (dans Microsoft.VisualStudio.Text.Logic.dll)

Syntaxe

'Déclaration
Function ClearOptionValue ( _
    optionId As String _
) As Boolean
bool ClearOptionValue(
    string optionId
)
bool ClearOptionValue(
    String^ optionId
)
abstract ClearOptionValue : 
        optionId:string -> bool
function ClearOptionValue(
    optionId : String
) : boolean

Paramètres

  • optionId
    Type : String

    ID de l'option.

Valeur de retour

Type : Boolean
true si l'option a été définie localement et désélectionnée.

Sécurité .NET Framework

Voir aussi

Référence

IEditorOptions Interface

ClearOptionValue, surcharge

Microsoft.VisualStudio.Text.Editor, espace de noms