ExtensionPointRegistrationAttribute.Name Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.