WebReferenceCollection.Add(WebReference) 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.
Appends a WebReference instance to the collection.
public:
int Add(System::Web::Services::Description::WebReference ^ webReference);
public int Add (System.Web.Services.Description.WebReference webReference);
member this.Add : System.Web.Services.Description.WebReference -> int
Public Function Add (webReference As WebReference) As Integer
- webReference
- WebReference
The Web reference to append.
The index of the appended Web reference.
The following code example illustrates the use of this method. This code example is part of a larger example provided for the WebReferenceCollection class.
// Create a web reference collection.
WebReferenceCollection references = new WebReferenceCollection();
references.Add(reference);
The index of the appended Web reference is greater by one than the index of the last appended Web reference. The index is zero based.
Product | Versions |
---|---|
.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 |
.NET feedback
.NET is an open source project. Select a link to provide feedback: