Share via


IVstaUpgradeHelper.TemplatesPath Property

Gets the path of new Microsoft Visual Studio Tools for Applications 2.0 item templates.

This API is not CLS-compliant. 

Namespace:  Microsoft.VisualStudio.Tools.Applications.DesignTime
Assembly:  Microsoft.VisualStudio.Tools.Applications.DesignTime.v9.0 (in Microsoft.VisualStudio.Tools.Applications.DesignTime.v9.0.dll)

Syntax

'Declaration
<CLSCompliantAttribute(False)> _
ReadOnly Property TemplatesPath As String
'Usage
Dim instance As IVstaUpgradeHelper 
Dim value As String 

value = instance.TemplatesPath
[CLSCompliantAttribute(false)]
string TemplatesPath { get; }
[CLSCompliantAttribute(false)]
property String^ TemplatesPath {
    String^ get ();
}
function get TemplatesPath () : String

Property Value

Type: System.String
The path of new Microsoft Visual Studio Tools for Applications 2.0 item templates.

Remarks

The templates path is relative to the item templates folder.

Item templates are templates for code files that you can add to a Visual Studio Tools for Applications project in the Visual Studio Tools for Applications IDE.

.NET Framework Security

See Also

Reference

IVstaUpgradeHelper Interface

IVstaUpgradeHelper Members

Microsoft.VisualStudio.Tools.Applications.DesignTime Namespace