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

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

See Also

EnvDTE
VSWebSite Interface
VsWebSite Namespace
Referencing Automation Assemblies and the DTE2 Object

Return to top