June 2002
Intermediate to advanced
816 pages
28h 12m
English
ImportCollection
This collection of Import objects is used by the Imports
property of the ServiceDescription
class to specify XML namespaces for a WSDL document. You can retrieve an individual Import object by index number.
Public NotInheritable Class ImportCollection : Inherits ServiceDescriptionBaseCollection ' Public Instance Properties Public Default Property Item( ByVal index As Integer) As Import ' Public Instance Methods Public Function Add(ByVal import As Import) As Integer Public Function Contains( ByVal import As Import) As Boolean Public Sub CopyTo(ByVal array As Import(), ByVal index As Integer) Public Function IndexOf(ByVal import As Import) As Integer Public Sub Insert(ByVal index As Integer, ByVal import As Import) Public Sub Remove(ByVal import As Import) ' Protected Instance Methods Overrides Protected Sub SetParent(ByVal value As Object, ByVal parent As Object) End Class
System.Object→ System.Collections.CollectionBase(System.Collections.IList, System.Collections.ICollection, System.Collections.IEnumerable)→ServiceDescriptionBaseCollection→ ImportCollection
Read now
Unlock full access