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

'Declaration
ReadOnly Property TemplatePath As String
string TemplatePath { get; }
property String^ TemplatePath {
    String^ get ();
}
abstract TemplatePath : string with get
function get TemplatePath () : 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.

.NET Framework Security

See Also

Reference

VSWebSite Interface

VsWebSite Namespace

EnvDTE

Other Resources

Referencing Automation Assemblies and the DTE2 Object