PresentationSource.CurrentSources Proprietà

Definizione

Restituisce un elenco di origini.

public:
 static property System::Collections::IEnumerable ^ CurrentSources { System::Collections::IEnumerable ^ get(); };
public static System.Collections.IEnumerable CurrentSources { [System.Security.SecurityCritical] get; }
public static System.Collections.IEnumerable CurrentSources { get; }
[<get: System.Security.SecurityCritical>]
member this.CurrentSources : System.Collections.IEnumerable
member this.CurrentSources : System.Collections.IEnumerable
Public Shared ReadOnly Property CurrentSources As IEnumerable

Valore della proprietà

IEnumerable

Elenco di riferimenti deboli.

Attributi

Commenti

L'elenco restituito supporta un enumeratore su una copia thread-safe di sola lettura dell'elenco di origini come aggiunto con AddSource.

L'enumeratore ignora tutti i riferimenti deboli non presenti nell'elenco.

Si applica a