NameAttribute::Name Property

 

Gets the name of the editor extension part.

Namespace:   Microsoft.VisualStudio.Utilities
Assembly:  Microsoft.VisualStudio.CoreUtility (in Microsoft.VisualStudio.CoreUtility.dll)

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

Property Value

Type: System::String^

The name of the editor extension part.

Return to top
Show: