Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Clear the locally-defined value for the given option.
Namespace: Microsoft.VisualStudio.Text.Editor
Assembly: Microsoft.VisualStudio.Text.Logic (in Microsoft.VisualStudio.Text.Logic.dll)
Syntax
'Declaration
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
Parameters
- optionId
Type: System.String
The ID of the option.
Return Value
Type: System.Boolean
true if the option was defined locally and cleared.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.