Version

VisitedLinksCollection Class Members

The following tables list the members exposed by VisitedLinksCollection.

Public Constructors
 NameDescription
Public ConstructorVisitedLinksCollection ConstructorConstructor.  
Public Properties
 NameDescription
Public PropertyCountReturns the number of items in the collection.  
Public Methods
 NameDescription
Public MethodAddAdds the specified link to the collection.  
Public MethodClearClears the collection.  
Public MethodContainsReturns true if the specified link exists in the collection.  
Public MethodGetEnumeratorReturns an enumerator instance for enumerating this collection.  
Public MethodLoadFromBinaryOverloaded. Loads saved information from a stream containing the binary data.  
Public MethodLoadFromXmlOverloaded. Loads saved information from a stream containing the Xml data.  
Public MethodRemoveRemoves the specified link from the collection.  
Public MethodSaveAsBinaryOverloaded. Saves properties, structure, and data information to a binary stream.  
Public MethodSaveAsXmlOverloaded. Saves properties, structure, and data information to an Xml/soap stream.  
See Also