ProvideCodeGeneratorAttribute.Description Property
Namespace: Microsoft.VisualStudio.TextTemplating.VSHost
Assembly: Microsoft.VisualStudio.TextTemplating.VSHost (in Microsoft.VisualStudio.TextTemplating.VSHost.dll)
Syntax
'Declaration
Public ReadOnly Property Description As String
'Usage
Dim instance As ProvideCodeGeneratorAttribute
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
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
ProvideCodeGeneratorAttribute Class