Share via


ResourceDictionary.GetView 方法

定義

針對 ResourceDictionary擷取檢視。

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

傳回

IMapView<Object,Object>

IReadOnlyDictionary<Object,Object>

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

IMapView<IInspectable,IInspectable>

檢視物件。

實作

備註

注意

雖然 CopyTo 類似,但此 API 沒有確切的 Microsoft .NET 對等專案。

適用於

另請參閱