ExtensionPointRegistrationAttribute::Name Property
Visual Studio 2015
Gets the human-readable name of the extension point provider.
Assembly: Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)
public: property String^ Name { [CompilerGeneratedAttribute] String^ get(); [CompilerGeneratedAttribute] private: void set(String^ value); }
Property Value
Type: System::String^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.
Show: