TemplateFiles.PlatformTemplates Property

Definition

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)

Property Value

IReadOnlyDictionary<String,String>

Applies to