RegisterProjectItemAttribute.TemplateDir Property

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

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

Syntax

'Declaration
Public ReadOnly Property TemplateDir As String
'Usage
Dim instance As RegisterProjectItemAttribute 
Dim value As String 

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

Property Value

Type: System.String
The directory in which the templates for this project type are found.

.NET Framework Security

See Also

Reference

RegisterProjectItemAttribute Class

RegisterProjectItemAttribute Members

Microsoft.VisualStudio.Shell Namespace