Share via


VSWebSite.UserTemplatePath Property

Gets the path to the user templates folder for new project items.

Namespace:  VsWebSite
Assembly:  VsWebSite.Interop (in VsWebSite.Interop.dll)

Syntax

'Declaration
ReadOnly Property UserTemplatePath As String
string UserTemplatePath { get; }
property String^ UserTemplatePath {
    String^ get ();
}
abstract UserTemplatePath : string with get
function get UserTemplatePath () : String

Property Value

Type: System.String
The path to the user templates folder.

Remarks

The UserTemplatePath property refers to the user's template path, and is not specific to the current Web site instance.

.NET Framework Security

See Also

Reference

VSWebSite Interface

VsWebSite Namespace

EnvDTE

Other Resources

Referencing Automation Assemblies and the DTE2 Object