Partager via


SourceChangeRequestedEventArgs.Properties Propriété

Définition

Obtient des noms de propriétés personnalisées et des valeurs pour le contenu dans le flux multimédia.

public:
 property IMapView<Platform::String ^, Platform::Object ^> ^ Properties { IMapView<Platform::String ^, Platform::Object ^> ^ get(); };
IMapView<winrt::hstring, IInspectable const&> Properties();
public IReadOnlyDictionary<string,object> Properties { get; }
var iMapView = sourceChangeRequestedEventArgs.properties;
Public ReadOnly Property Properties As IReadOnlyDictionary(Of String, Object)

Valeur de propriété

IMapView<String,Object>

IReadOnlyDictionary<String,Object>

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

IMapView<winrt::hstring,IInspectable>

Noms de propriétés personnalisées et valeurs pour le contenu dans le flux multimédia.

S’applique à