ExtensionPointRegistrationAttribute.Name Property

Definition

The human-readable name of the extension point provider This may be either a non-localized string or a decimal resource identifier prefixed by '@' indicating a managed resource. e.g. "@1234" The '#' prefix may be used to hint at a native resource.

public:
 property System::String ^ Name { System::String ^ get(); };
public:
 property Platform::String ^ Name { Platform::String ^ get(); };
public string Name { get; }
member this.Name : string
Public ReadOnly Property Name As String

Property Value

Remarks

This property can be either a non-localized string or a decimal resource identifier prefixed by @, indicating a managed resource (for example, @1234). The # prefix can be used to hint at a native resource.

Applies to