NamespaceCollection.Add(NamespaceInfo) Method
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Adds a NamespaceInfo object to the collection.
public:
void Add(System::Web::Configuration::NamespaceInfo ^ namespaceInformation);
public void Add(System.Web.Configuration.NamespaceInfo namespaceInformation);
member this.Add : System.Web.Configuration.NamespaceInfo -> unit
Public Sub Add (namespaceInformation As NamespaceInfo)
- namespaceInformation
- NamespaceInfo
A NamespaceInfo object to add to the collection.
The NamespaceInfo object to add already exists in the collection or the collection is read-only.
The following code example shows how to use the Add method. This code example is part of a larger example provided for the PagesSection class.
// Add a NamespaceInfo object using a constructor.
pagesSection.Namespaces.Add(
new System.Web.Configuration.NamespaceInfo(
"System.Collections.Specialized"));
' Add a NamespaceInfo object using a constructor.
pagesSection.Namespaces.Add( _
New System.Web.Configuration.NamespaceInfo( _
"System.Collections.Specialized"))
The collection must not already contain a NamespaceInfo object with the same Namespace property value.
Produkt | Versiounen |
---|---|
.NET Framework | 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1 |
Feedback zu .NET
.NET ass en Open-Source-Projet. Wielt e Link, fir Feedback ze ginn: