PresentationSource.CurrentSources 속성
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
소스 목록을 반환합니다.
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
속성 값
약한 참조 목록입니다.
- 특성
설명
반환된 목록은 추가 AddSource된 원본 목록의 읽기 전용 스레드로부터 안전한 복사본을 통해 열거자를 지원합니다.
열거자는 목록에서 데드 약한 참조를 건너뜁니다.