System::Collections::Specialized::NameValueCollection::Add method
NameValueCollection::Add(const String&) method
ICollection 메서드를 재정의하지만 구현되지 않았습니다.
virtual void System::Collections::Specialized::NameValueCollection::Add(const String &item) override
또 보기
- Class String
- Class NameValueCollection
- Namespace System::Collections::Specialized
- Library Aspose.Page for C++
NameValueCollection::Add(const String&, const String&) method
지정된 이름과 값으로 항목을 추가합니다.
virtual void System::Collections::Specialized::NameValueCollection::Add(const String &name, const String &value)
또 보기
- Class String
- Class NameValueCollection
- Namespace System::Collections::Specialized
- Library Aspose.Page for C++
NameValueCollection::Add(const System::SharedPtr<NameValueCollection>&) method
지정된 NameValueCollection의 항목을 현재 컬렉션에 복사합니다.
void System::Collections::Specialized::NameValueCollection::Add(const System::SharedPtr<NameValueCollection> &c)
또 보기
- Typedef SharedPtr
- Class NameValueCollection
- Class NameValueCollection
- Namespace System::Collections::Specialized
- Library Aspose.Page for C++