VSWebSite.TemplatePath Property
Gets the full path and name of the folder that contains templates for Web site items.
Namespace: VsWebSite
Assembly: VsWebSite.Interop (in VsWebSite.Interop.dll)
Syntax
string TemplatePath { get; }
property String^ TemplatePath {
String^ get();
}
abstract TemplatePath : string with get
ReadOnly Property TemplatePath As String
Property Value
Type: System.String
The full path and name of the folder that contains templates for Web sites.
Remarks
The TemplatePath property refers to the global template path, and is not specific to the particular Web site instance.
See Also
EnvDTE
VSWebSite Interface
VsWebSite Namespace
Referencing Automation Assemblies and the DTE2 Object
Return to top