Share via


ResourceDictionary.GetView Metodo

Definizione

Recupera una visualizzazione sull'oggetto 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)

Restituisce

IMapView<Object,Object>

IReadOnlyDictionary<Object,Object>

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

IMapView<IInspectable,IInspectable>

Oggetto di visualizzazione.

Implementazioni

Commenti

Nota

Non esiste un equivalente esatto di Microsoft .NET per questa API, anche se CopyTo è simile.

Si applica a

Vedi anche