NotificationBinding.Hints 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 the formatting hints for the notification binding.
public:
property IMap<Platform::String ^, Platform::String ^> ^ Hints { IMap<Platform::String ^, Platform::String ^> ^ get(); };
IMap<winrt::hstring, winrt::hstring const&> Hints();
public IDictionary<string,string> Hints { get; }
var iMap = notificationBinding.hints;
Public ReadOnly Property Hints As IDictionary(Of String, String)
Property Value
A collection of property/value pairs.