OAVSProject.TemplatePath Property

Gets the full path of the directory that contains the project-item templates.

Namespace:  Microsoft.VisualStudio.Package.Automation
Assembly:  MPF.Project.NonShipping (in MPF.Project.NonShipping.dll)

Syntax

'宣言
Public ReadOnly Property TemplatePath As String
'使用
Dim instance As OAVSProject
Dim value As String

value = instance.TemplatePath
public string TemplatePath { get; }
public:
virtual property String^ TemplatePath {
    String^ get () sealed;
}
public final function get TemplatePath () : String

Property Value

Type: System.String

When implemented in a derived class, the full path of the template directory.

Implements

VSProject.TemplatePath

Remarks

This is a VSProject property and is not implemented in this class. It throws an exception.

Permissions

See Also

Reference

OAVSProject Class

OAVSProject Members

Microsoft.VisualStudio.Package.Automation Namespace