BitmapPropertySet.GetView 方法

定义

获取属性集的不可变视图。

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

返回

不可变视图。

实现

适用于

另请参阅