System::Collections::Specialized::NameValueCollection::Add Methode
NameValueCollection::Add(const String&) method
Überschreibe die ICollection-Methode – nicht implementiert.
virtual void System::Collections::Specialized::NameValueCollection::Add(const String &item) override
Siehe auch
- Class String
- Class NameValueCollection
- Namespace System::Collections::Specialized
- Library Aspose.Font for C++
NameValueCollection::Add(const String&, const String&) method
Fügt einen Eintrag mit dem angegebenen Namen und Wert hinzu.
virtual void System::Collections::Specialized::NameValueCollection::Add(const String &name, const String &value)
Siehe auch
- Class String
- Class NameValueCollection
- Namespace System::Collections::Specialized
- Library Aspose.Font for C++
NameValueCollection::Add(const System::SharedPtr<NameValueCollection>&) method
Kopiert die Einträge der angegebenen NameValueCollection in das aktuelle.
void System::Collections::Specialized::NameValueCollection::Add(const System::SharedPtr<NameValueCollection> &c)
Siehe auch
- Typedef SharedPtr
- Class NameValueCollection
- Class NameValueCollection
- Namespace System::Collections::Specialized
- Library Aspose.Font for C++