TemplateFiles.PlatformTemplates Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets a list of specialized platform templates.
public:
property System::Collections::Generic::IReadOnlyDictionary<System::String ^, System::String ^> ^ PlatformTemplates { System::Collections::Generic::IReadOnlyDictionary<System::String ^, System::String ^> ^ get(); };
public System.Collections.Generic.IReadOnlyDictionary<string,string> PlatformTemplates { get; }
member this.PlatformTemplates : System.Collections.Generic.IReadOnlyDictionary<string, string>
Public ReadOnly Property PlatformTemplates As IReadOnlyDictionary(Of String, String)