DeferCreationAttribute::OptionName Property

 

Gets the optional OptionName that controls creation.

Namespace:   Microsoft.VisualStudio.Text.Editor
Assembly:  Microsoft.VisualStudio.Text.Logic (in Microsoft.VisualStudio.Text.Logic.dll)

public:
property String^ OptionName {
	String^ get();
	void set(String^ value);
}

Property Value

Type: System::String^

The optional OptionName that controls creation.

Return to top
Show: