Template.Description Property
Gets the description for the template.
Namespace: EnvDTE90
Assembly: EnvDTE90 (in EnvDTE90.dll)
Syntax
'Declaration
ReadOnly Property Description As String
'Usage
Dim instance As Template
Dim value As String
value = instance.Description
string Description { get; }
property String^ Description {
String^ get ();
}
function get Description () : String
Property Value
Type: System.String
A string description of the template.
.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.