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

Return Value

Type: System.String
The custom option of the editor.

See Also

Reference

IEditorSettings Interface

Microsoft.WebMatrix.Extensibility.Editor Namespace