EditorOptionChangedEventArgs Constructor
Initializes a new instance of EditorOptionChangedEventArgs.
Namespace: Microsoft.VisualStudio.Text.Editor
Assembly: Microsoft.VisualStudio.Text.Logic (in Microsoft.VisualStudio.Text.Logic.dll)
Syntax
'宣言
Public Sub New ( _
optionId As String _
)
public EditorOptionChangedEventArgs(
string optionId
)
public:
EditorOptionChangedEventArgs(
String^ optionId
)
new :
optionId:string -> EditorOptionChangedEventArgs
public function EditorOptionChangedEventArgs(
optionId : String
)
Parameters
- optionId
Type: System.String
The ID of the option.
.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.