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
'Usage
Dim instance As VSWebSite 
Dim value As String 

value = instance.UserTemplatePath
string UserTemplatePath { get; }
property String^ UserTemplatePath {
    String^ 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 Members

VsWebSite Namespace

EnvDTE

Other Resources

Referencing Automation Assemblies and the DTE2 Object