PresentationSource.CurrentSources 屬性

定義

傳回來源清單。

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

屬性值

IEnumerable

弱式參考清單。

屬性

備註

傳回的清單支援列舉值,其為 新增 AddSource 來源清單的唯讀執行緒安全複本。

列舉值會略過清單中任何不正確弱式參考。

適用於