PackageRelationshipCollection Class

Definition

Represents a collection of PackageRelationship elements that are owned by a given PackagePart or the Package.

public ref class PackageRelationshipCollection : System::Collections::Generic::IEnumerable<System::IO::Packaging::PackageRelationship ^>
public class PackageRelationshipCollection : System.Collections.Generic.IEnumerable<System.IO.Packaging.PackageRelationship>
type PackageRelationshipCollection = class
    interface seq<PackageRelationship>
    interface IEnumerable
Public Class PackageRelationshipCollection
Implements IEnumerable(Of PackageRelationship)
Inheritance
PackageRelationshipCollection
Implements

Remarks

The PackageRelationshipCollection class has no public constructor. This class is created and returned by the following methods.

Methods

Equals(Object)

Determines whether the specified object is equal to the current object.

(Inherited from Object)
GetEnumerator()

Returns an enumerator for iterating through the relationships in the collection.

GetHashCode()

Serves as the default hash function.

(Inherited from Object)
GetType()

Gets the Type of the current instance.

(Inherited from Object)
MemberwiseClone()

Creates a shallow copy of the current Object.

(Inherited from Object)
ToString()

Returns a string that represents the current object.

(Inherited from Object)

Explicit Interface Implementations

IEnumerable.GetEnumerator()

This type or member supports the Windows Presentation Foundation infrastructure and is not intended to be used directly from your code.

Applies to

See also