ProvideEditorExtensionAttribute::DefaultName Property

 

Gets or sets the default name of the editor.

Namespace:   Microsoft.VisualStudio.Shell
Assembly:  Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)

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

Property Value

Type: System::String^

The default name of the editor.

Return to top
Show: