다음을 통해 공유


IVCCollection.Count 속성

컬렉션에 있는 개체의 수를 나타내는 값을 가져옵니다.

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

구문

‘선언
ReadOnly Property Count As Integer
int Count { get; }
property int Count {
    int get ();
}
abstract Count : int with get
function get Count () : int

속성 값

형식: Int32
컬렉션의 개체 수입니다.

.NET Framework 보안

참고 항목

참조

IVCCollection 인터페이스

Microsoft.VisualStudio.VCProjectEngine 네임스페이스