TargetedContentItem.Properties Property
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.
Gets a collection containing property names (as keys) and TargetedContentValue objects.
public:
property IMapView<Platform::String ^, TargetedContentValue ^> ^ Properties { IMapView<Platform::String ^, TargetedContentValue ^> ^ get(); };
IMapView<winrt::hstring, TargetedContentValue const&> Properties();
public IReadOnlyDictionary<string,TargetedContentValue> Properties { get; }
var iMapView = targetedContentItem.properties;
Public ReadOnly Property Properties As IReadOnlyDictionary(Of String, TargetedContentValue)
Property Value
Windows requirements
App capabilities |
secondaryAuthenticationFactor
|