Condividi tramite


Proprietà ChooserInfo.Observers

Spazio dei nomi:  Microsoft.Phone.Tasks
Assembly:  Microsoft.Phone (in Microsoft.Phone.dll)

Sintassi

'Dichiarazione
<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

Valore proprietà

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

Informazioni sulla versione

.NET per applicazioni Windows Phone

Supportato in: Windows Phone 8, Silverlight 8.1

Sicurezza di .NET Framework

Vedere anche

Riferimenti

ChooserInfo Classe

Spazio dei nomi Microsoft.Phone.Tasks