NameAttribute(String) Constructor

Definition

Constructs a new instance of the attribute.

public:
 NameAttribute(System::String ^ name);
public:
 NameAttribute(Platform::String ^ name);
 NameAttribute(std::wstring const & name);
public NameAttribute (string name);
new Microsoft.VisualStudio.Utilities.NameAttribute : string -> Microsoft.VisualStudio.Utilities.NameAttribute
Public Sub New (name As String)

Parameters

name
String

The name of the editor extension part.

Exceptions

name is null.

name is an empty string.

Applies to