System::Collections::Specialized::StringCollectionPtr 클래스
StringCollectionPtr class
문자열 컬렉션 포인터와 접근 연산자.
class StringCollectionPtr : public System::SmartPtr<StringCollection>
메서드
| 메서드 | 설명 |
|---|---|
| operator[](int) const | 접근자 함수. |
| StringCollectionPtr() | null 포인터를 생성합니다. |
| StringCollectionPtr(const SharedPtr<StringCollection>&) | 특정 컬렉션에 대한 포인터를 생성합니다. |
또 보기
- Class SmartPtr
- Namespace System::Collections::Specialized
- Library Aspose.Page for C++