RecyclingElementFactory.Templates 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
public:
property IMap<Platform::String ^, DataTemplate ^> ^ Templates { IMap<Platform::String ^, DataTemplate ^> ^ get(); void set(IMap<Platform::String ^, DataTemplate ^> ^ value); };
/// [Windows.Foundation.Metadata.Experimental]
/// [get: Windows.Foundation.Metadata.Experimental]
/// [set: Windows.Foundation.Metadata.Experimental]
IMap<winrt::hstring, DataTemplate const&> Templates();
void Templates(IMap<winrt::hstring, DataTemplate const&> value);
[Windows.Foundation.Metadata.Experimental]
public IDictionary<string,DataTemplate> Templates { [Windows.Foundation.Metadata.Experimental] get; [Windows.Foundation.Metadata.Experimental] set; }
Public Property Templates As IDictionary(Of String, DataTemplate)
屬性值
- 屬性