GlobalObject::Name Property

 

Gets the recommended name of the global object.

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

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

Property Value

Type: System::String^

A String that contains the recommended name of the global object.

The Name property is only used at design time to identify the global object to the user of the design-time environment.

Names must be unique for all global objects within a given provider. The actual name for the global object may differ from the recommended name if it conflicts with an existing name or violates language naming conventions.

The Name property is set in the constructor for this class.

Return to top
Show: