System::Collections::Specialized::StringCollectionPtr class
StringCollectionPtr class
带访问运算符的字符串集合指针。
class StringCollectionPtr : public System::SmartPtr<StringCollection>
方法
| 方法 | 描述 |
|---|---|
| operator[](int) const | 访问器函数。 |
| StringCollectionPtr() | 构造空指针。 |
| StringCollectionPtr(const SharedPtr<StringCollection>&) | 构造指向特定集合的指针。 |
另见
- Class SmartPtr
- Namespace System::Collections::Specialized
- Library Aspose.Page for C++