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++