ResultDocumentCollection ClassResultDocumentCollection ClassResultDocumentCollection Class

A collection of result documents created by an XSL transformation.

Inheritance Hierarchy

Syntax

Public NotInheritable Class ResultDocumentCollection _
        Implements IEnumerable(Of ResultDocument), _
                   System.Collections.IEnumerable
public sealed class ResultDocumentCollection : IEnumerable<ResultDocument>,
        System.Collections.IEnumerable
public:
ref class ResultDocumentCollection sealed : IEnumerable<ResultDocument^>,
        System.Collections::IEnumerable^
 
The ResultDocumentCollectionResultDocumentCollectionResultDocumentCollection type exposes the following members.

Properties

 PropertyDescription
Public propertyBaseOutputURIBaseOutputURIBaseOutputURI Gets or sets the base output URI.
Public propertyCountCountCount Gets the number of documents created by the XSL transformation.
Public propertyItemItemItem Gets the ResultDocumentResultDocumentResultDocument with the specified URI.
Public propertyPrimaryOutputPrimaryOutputPrimaryOutput Gets the primary output.

Top

Methods

 MethodDescription
Public methodContainsContainsContains Determines whether a document with the specified URI was created by the XSL transformation.
Public methodObject.EqualsObject.EqualsObject::Equals Determines whether the specified objectObjectobject is equal to the current objectObjectobject. (Inherited from System.ObjectSystem.ObjectSystem::Object)
Protected methodObject.FinalizeObject.FinalizeObject::Finalize Allows an objectObjectobject to attempt to free resources and perform other cleanup operations before the objectObjectobject is reclaimed by garbage collection. (Inherited from System.ObjectSystem.ObjectSystem::Object)
Public methodGetEnumeratorGetEnumeratorGetEnumerator Returns an enumerator that iterates through the collection.
Public methodObject.GetHashCodeObject.GetHashCodeObject::GetHashCode Serves as a hash function for a particular type. (Inherited from System.ObjectSystem.ObjectSystem::Object)
Public methodObject.GetTypeObject.GetTypeObject::GetType Gets the TypeTypeType of the current instance. (Inherited from System.ObjectSystem.ObjectSystem::Object)
Protected methodObject.MemberwiseCloneObject.MemberwiseCloneObject::MemberwiseClone Creates a shallow copy of the current objectObjectobject. (Inherited from System.ObjectSystem.ObjectSystem::Object)
Public methodObject.ToStringObject.ToStringObject::ToString Returns a stringStringString that represents the current objectObjectobject. (Inherited from System.ObjectSystem.ObjectSystem::Object)

Top

Explicit Interface Implementations

 NameDescription
Explicit interface implementationPrivate methodIEnumerable.GetEnumeratorIEnumerable.GetEnumeratorIEnumerable::GetEnumerator Returns an enumerator that iterates through a collection.

Top