Template.Description Property

Gets the description for the template.

Namespace:  EnvDTE90
Assembly:  EnvDTE90 (in EnvDTE90.dll)

Syntax

'Declaration
ReadOnly Property Description As String
string Description { get; }
property String^ Description {
    String^ get ();
}
abstract Description : string with get
function get Description () : String

Property Value

Type: System.String
A string description of the template.

.NET Framework Security

See Also

Reference

Template Interface

EnvDTE90 Namespace