Share via


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된 원본 목록의 읽기 전용 스레드로부터 안전한 복사본을 통해 열거자를 지원합니다.

열거자는 목록에서 데드 약한 참조를 건너뜁니다.

적용 대상