Share via


ResourceDictionary.GetView Methode

Definition

Ruft eine Ansicht für resourceDictionary ab.

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)

Gibt zurück

IMapView<Object,Object>

IReadOnlyDictionary<Object,Object>

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

IMapView<IInspectable,IInspectable>

Das Ansichtsobjekt.

Implementiert

Hinweise

Hinweis

Es gibt keine genaue Microsoft .NET-Entsprechung für diese API, obwohl CopyTo ähnlich ist.

Gilt für:

Weitere Informationen