다음을 통해 공유


DataProviderManager.Count 속성

등록 된 DDEX 공급자를 검색합니다.

네임스페이스:  Microsoft.VisualStudio.Data
어셈블리:  Microsoft.VisualStudio.Data(Microsoft.VisualStudio.Data.dll)

구문

‘선언
Public ReadOnly Property Count As Integer
public int Count { get; }
public:
virtual property int Count {
    int get () sealed;
}
abstract Count : int with get 
override Count : int with get
final function get Count () : int

속성 값

형식: Int32
DDEX 공급자 등록된의 개수를 나타내는 정수 값을 반환 합니다.

구현

ICollection.Count

.NET Framework 보안

참고 항목

참조

DataProviderManager 클래스

Microsoft.VisualStudio.Data 네임스페이스