Share via


RegisteredProjectType.ProjectTemplatesDirValue Property

Gets the project templates directory value.

Namespace:  Microsoft.VisualStudio.Data.Schema.Project.Project.Utilities
Assembly:  Microsoft.VisualStudio.Data.Schema.Project (in Microsoft.VisualStudio.Data.Schema.Project.dll)

Syntax

'Declaration
Public Property ProjectTemplatesDirValue As String
    Get
    Private Set
'Usage
Dim instance As RegisteredProjectType
Dim value As String

value = instance.ProjectTemplatesDirValue
public string ProjectTemplatesDirValue { get; private set; }
public:
property String^ ProjectTemplatesDirValue {
    String^ get ();
    private: void set (String^ value);
}
function get ProjectTemplatesDirValue () : String
private function set ProjectTemplatesDirValue (value : String)
member ProjectTemplatesDirValue : string with get, private set

Property Value

Type: System.String

.NET Framework Security

See Also

Reference

RegisteredProjectType Class

RegisteredProjectType Members

Microsoft.VisualStudio.Data.Schema.Project.Project.Utilities Namespace