IEditorSettings.SetCustomOption Method
Applies to v2.
Sets the custom option.
Namespace: Microsoft.WebMatrix.Extensibility.Editor
Assembly: Microsoft.WebMatrix.Extensibility (in Microsoft.WebMatrix.Extensibility.dll)
Syntax
'Declaration
Sub SetCustomOption ( _
optionName As String, _
value As String _
)
'Usage
Dim instance As IEditorSettings
Dim optionName As String
Dim value As String
instance.SetCustomOption(optionName, _
value)
void SetCustomOption(
string optionName,
string value
)
void SetCustomOption(
String^ optionName,
String^ value
)
abstract SetCustomOption :
optionName:string *
value:string -> unit
function SetCustomOption(
optionName : String,
value : String
)
Parameters
optionName
Type: System.StringThe name of the option.
value
Type: System.StringThe value of the option.