ProvideProjectItemAttribute.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

'宣言
Public ReadOnly Property TemplateDir As String
'使用
Dim instance As ProvideProjectItemAttribute
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.

Permissions

See Also

Reference

ProvideProjectItemAttribute Class

ProvideProjectItemAttribute Members

Microsoft.VisualStudio.Shell Namespace