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
- 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.
See Also
Reference
RegisterProjectItemAttribute Class