RegisteredProjectType.TemplatesDirs Property

Gets a list of template directories.

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

Syntax

'Declaration
Public ReadOnly Property TemplatesDirs As IList(Of AddItemTemplatesEntry)
    Get
'Usage
Dim instance As RegisteredProjectType
Dim value As IList(Of AddItemTemplatesEntry)

value = instance.TemplatesDirs
public IList<AddItemTemplatesEntry> TemplatesDirs { get; }
public:
property IList<AddItemTemplatesEntry^>^ TemplatesDirs {
    IList<AddItemTemplatesEntry^>^ get ();
}
function get TemplatesDirs () : IList<AddItemTemplatesEntry>
member TemplatesDirs : IList<AddItemTemplatesEntry>

Property Value

Type: System.Collections.Generic.IList<AddItemTemplatesEntry>

.NET Framework Security

See Also

Reference

RegisteredProjectType Class

RegisteredProjectType Members

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