Freigeben über


ChooserInfo.Observers-Eigenschaft

Namespace:  Microsoft.Phone.Tasks
Assembly:  Microsoft.Phone (in Microsoft.Phone.dll)

Syntax

'Declaration
<DataMemberAttribute> _
Public Property Observers As Dictionary(Of String, Boolean)
[DataMemberAttribute]
public Dictionary<string, bool> Observers { get; set; }
[DataMemberAttribute]
public:
property Dictionary<String^, bool>^ Observers {
    Dictionary<String^, bool>^ get ();
    void set (Dictionary<String^, bool>^ value);
}
[<DataMemberAttribute>]
member Observers : Dictionary<string, bool> with get, set

Eigenschaftswert

Typ: System.Collections.Generic.Dictionary<String, Boolean>

Versionsinformationen

.NET für Windows Phone-Apps

Unterstützt in: Windows Phone 8, Silverlight 8.1

.NET Framework-Sicherheit

Siehe auch

Referenz

ChooserInfo Klasse

Microsoft.Phone.Tasks-Namespace