EditorOptionChangedEventArgs(String) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of EditorOptionChangedEventArgs.
public:
EditorOptionChangedEventArgs(System::String ^ optionId);
public:
EditorOptionChangedEventArgs(Platform::String ^ optionId);
EditorOptionChangedEventArgs(std::wstring const & optionId);
public EditorOptionChangedEventArgs (string optionId);
new Microsoft.VisualStudio.Text.Editor.EditorOptionChangedEventArgs : string -> Microsoft.VisualStudio.Text.Editor.EditorOptionChangedEventArgs
Public Sub New (optionId As String)
Parameters
- optionId
- String
The ID of the option.