IEditorSettings.GetCustomOption Method
Applies to v2.
Gets the custom option of the editor.
Namespace: Microsoft.WebMatrix.Extensibility.Editor
Assembly: Microsoft.WebMatrix.Extensibility (in Microsoft.WebMatrix.Extensibility.dll)
Syntax
'Declaration
Function GetCustomOption ( _
optionName As String _
) As String
'Usage
Dim instance As IEditorSettings
Dim optionName As String
Dim returnValue As String
returnValue = instance.GetCustomOption(optionName)
string GetCustomOption(
string optionName
)
String^ GetCustomOption(
String^ optionName
)
abstract GetCustomOption :
optionName:string -> string
function GetCustomOption(
optionName : String
) : String
Parameters
optionName
Type: System.StringThe name of the option.
Return Value
Type: System.String
The custom option of the editor.