ProvideProjectFactoryAttribute::Name Property

 

Gets the name of the type of project.

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

public:
property String^ Name {
	String^ get();
}

Property Value

Type: System::String^

The project node name.

This name will appear on the tree node for this type of project in the Create New Project and Add New Item dialogs. It has precedence over the nameResourceID value.

Return to top
Show: