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添加的源列表的只读线程安全副本。

枚举器跳过列表中任何死弱引用。

适用于