ProvideProjectItemAttribute.TemplateDir Property

Definition

Gets the directory in which the templates for this project type are found.

public:
 property System::String ^ TemplateDir { System::String ^ get(); };
public:
 property Platform::String ^ TemplateDir { Platform::String ^ get(); };
public string TemplateDir { get; }
member this.TemplateDir : string
Public ReadOnly Property TemplateDir As String

Property Value

The directory in which the templates for this project type are found.

Applies to