NameAttribute Class

Definition

Associates a name with an editor extension part.

public ref class NameAttribute sealed : Microsoft::VisualStudio::Utilities::SingletonBaseMetadataAttribute
public ref class NameAttribute sealed : Microsoft::VisualStudio::Utilities::SingletonBaseMetadataAttribute
public sealed class NameAttribute : Microsoft.VisualStudio.Utilities.SingletonBaseMetadataAttribute
type NameAttribute = class
    inherit SingletonBaseMetadataAttribute
Public NotInheritable Class NameAttribute
Inherits SingletonBaseMetadataAttribute
Inheritance

Constructors

NameAttribute(String)

Constructs a new instance of the attribute.

Properties

Name

The name of the editor extension part.

Applies to