다음을 통해 공유


AttributeCollection.Count 속성

정의

AttributeCollection 개체의 특성 수를 가져옵니다.

public:
 property int Count { int get(); };
public int Count { get; }
member this.Count : int
Public ReadOnly Property Count As Integer

속성 값

Int32

컬렉션의 항목 수입니다.

예제

다음 예제에서는 속성을 사용 하 여 Count 포함 된 페이지에 컨트롤에 특성의 수를 작성 하는 방법을 보여 있습니다.

Response.Write("Attribute Collection  count before PostBack = " + myAttributeCollection.Count);
         Response.Write("Attribute Collection count before PostBack = " & _
myAttributeCollection.Count.ToString())

적용 대상

추가 정보