IEditorOptions.ClearOptionValue Method (String)
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
'宣言
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.