EditorOptionKey<T> Constructor
Initializes a new instance of EditorOptionKey<T>.
Namespace: Microsoft.VisualStudio.Text.Editor
Assembly: Microsoft.VisualStudio.Text.Logic (in Microsoft.VisualStudio.Text.Logic.dll)
Syntax
'Declaration
Public Sub New ( _
name As String _
)
public EditorOptionKey(
string name
)
public:
EditorOptionKey(
String^ name
)
new :
name:string -> EditorOptionKey
public function EditorOptionKey(
name : String
)
Parameters
name
Type: StringThe name of the option key.
.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.