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
- 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.
See Also
Reference
Microsoft.VisualStudio.Data.Schema.Project.Project.Utilities Namespace