NameAttribute Constructor (String^)

 

Initializes a new instance of NameAttribute.

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

public:
NameAttribute(
	String^ name
)

Parameters

name
Type: System::String^

The name of the editor extension part.

Exception Condition
ArgumentNullException

name is null.

ArgumentException

name is an empty string.

Return to top
Show: