ObjectPersistData.AllPropertyEntries 속성

정의

만들려는 컨트롤의 모든 속성 엔트리를 가져옵니다.

이 API는 제품 인프라를 지원하며 코드에서 직접 사용되지 않습니다.

public:
 property System::Collections::ICollection ^ AllPropertyEntries { System::Collections::ICollection ^ get(); };
public System.Collections.ICollection AllPropertyEntries { get; }
member this.AllPropertyEntries : System.Collections.ICollection
Public ReadOnly Property AllPropertyEntries As ICollection

속성 값

ICollection

컨트롤의 속성 엔트리가 포함된 ArrayList입니다.

적용 대상