ResourceDictionary.GetView Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Retrieves a view against the 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)
Returns
The view object.
Implements
Remarks
Note
There is no exact Microsoft .NET equivalent for this API, although CopyTo is similar.