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
Remarks
This is a VSProject property and is not implemented in this class. It throws an exception.
Permissions
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.