DataProviderManager 클래스
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
등록된 DDEX 공급자 집합을 나타냅니다.
public ref class DataProviderManager abstract : System::Collections::Generic::ICollection<Microsoft::VisualStudio::Data::DataProvider ^>, System::Collections::Generic::IEnumerable<Microsoft::VisualStudio::Data::DataProvider ^>
[System.Runtime.InteropServices.Guid("BCD55999-B818-4240-9528-3D96274477C9")]
public abstract class DataProviderManager : System.Collections.Generic.ICollection<Microsoft.VisualStudio.Data.DataProvider>, System.Collections.Generic.IEnumerable<Microsoft.VisualStudio.Data.DataProvider>
[<System.Runtime.InteropServices.Guid("BCD55999-B818-4240-9528-3D96274477C9")>]
type DataProviderManager = class
interface ICollection<DataProvider>
interface seq<DataProvider>
interface IEnumerable
Public MustInherit Class DataProviderManager
Implements ICollection(Of DataProvider), IEnumerable(Of DataProvider)
- 상속
-
DataProviderManager
- 특성
- 구현
생성자
DataProviderManager() |
클래스 생성자입니다. |
속성
Count |
등록된 DDEX 공급자 수를 검색합니다. |
메서드
CopyTo(DataProvider[], Int32) |
지정된 배열 인덱스에서 시작하여 등록된 DDEX 공급자 집합을 배열에 복사합니다. |
GetDataProvider(Guid) |
지정된 GUID를 사용하여 DDEX 공급자를 검색합니다. |
GetDataProviders() |
등록된 모든 DDEX 공급자를 포함하는 배열을 검색합니다. |
GetDataProvidersImpl() |
이 메서드는 내부 전용이며 호출할 수 없습니다. |
명시적 인터페이스 구현
ICollection<DataProvider>.Add(DataProvider) |
등록된 DDEX 공급자 집합을 나타냅니다. |
ICollection<DataProvider>.Clear() |
등록된 DDEX 공급자 집합을 나타냅니다. |
ICollection<DataProvider>.Contains(DataProvider) |
등록된 DDEX 공급자 집합을 나타냅니다. |
ICollection<DataProvider>.IsReadOnly |
등록된 DDEX 공급자 집합을 나타냅니다. |
ICollection<DataProvider>.Remove(DataProvider) |
등록된 DDEX 공급자 집합을 나타냅니다. |
IEnumerable.GetEnumerator() |
DDEX 공급자 컬렉션을 열거할 열거자를 검색합니다. |
IEnumerable<DataProvider>.GetEnumerator() |
등록된 DDEX 공급자 집합을 나타냅니다. |
확장 메서드
EmptyIfNull<T>(IEnumerable<T>) |
null이 아닌 경우 이 열거형을 반환합니다. null인 경우 빈 열거형을 반환합니다. |