MediaPropertySet.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.
Returns an immutable view of the property set.
public:
virtual IMapView<Platform::Guid, Platform::Object ^> ^ GetView() = IMap<Platform::Guid, Platform::Object ^>::GetView;
IMapView<winrt::guid, IInspectable const&> GetView();
public IReadOnlyDictionary<Guid,object> GetView();
function getView()
Public Function GetView () As IReadOnlyDictionary(Of Guid, Object)
Returns
The immutable view.