共用方式為


ApplicationDataCompositeValue.GetView 方法

定義

傳回復合值內容的唯讀快照集。

public:
 virtual IMapView<Platform::String ^, Platform::Object ^> ^ GetView() = IMap<Platform::String ^, Platform::Object ^>::GetView;
IMapView<winrt::hstring, IInspectable const&> GetView();
public IReadOnlyDictionary<string,object> GetView();
function getView()
Public Function GetView () As IReadOnlyDictionary(Of String, Object)

傳回

IMapView<String,Object>

IReadOnlyDictionary<String,Object>

IMapView<Platform::String,Platform::Object>

IMapView<winrt::hstring,IInspectable>

複合值的檢視。

實作

備註

如果複合值已變動,您必須取得新的檢視,才能查看複合值的更新內容。

適用於