ProvideGeneratorAttribute.Description Property

Gets the description of the generator.

Namespace:  Microsoft.VisualStudio.Shell.Design.Serialization
Assembly:  Microsoft.VisualStudio.Shell.Design (in Microsoft.VisualStudio.Shell.Design.dll)

Syntax

'宣言
Public ReadOnly Property Description As String
'使用
Dim instance As ProvideGeneratorAttribute
Dim value As String

value = instance.Description
public string Description { get; }
public:
property String^ Description {
    String^ get ();
}
public function get Description () : String

Property Value

Type: System.String

The description of the generator.

Permissions

See Also

Reference

ProvideGeneratorAttribute Class

ProvideGeneratorAttribute Members

Microsoft.VisualStudio.Shell.Design.Serialization Namespace