ContentLocatorGroup Class

Definition

Represents an ordered set of ContentLocator elements that identify an item of content.

public ref class ContentLocatorGroup sealed : System::Windows::Annotations::ContentLocatorBase, System::Xml::Serialization::IXmlSerializable
public sealed class ContentLocatorGroup : System.Windows.Annotations.ContentLocatorBase, System.Xml.Serialization.IXmlSerializable
type ContentLocatorGroup = class
    inherit ContentLocatorBase
    interface IXmlSerializable
Public NotInheritable Class ContentLocatorGroup
Inherits ContentLocatorBase
Implements IXmlSerializable
Inheritance
ContentLocatorGroup
Implements

Remarks

ContentLocator elements defined within a ContentLocatorGroup provides a structured means to refer to an external data item.

Constructors

ContentLocatorGroup()

Initializes a new instance of the ContentLocatorGroup class.

Properties

Locators

Gets the collection of the ContentLocator elements that make up this ContentLocatorGroup.

Methods

Clone()

Creates a modifiable deep copy clone of this ContentLocatorGroup.

Equals(Object)

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

(Inherited from Object)
GetHashCode()

Serves as the default hash function.

(Inherited from Object)
GetSchema()

Always returns null. See Annotations Schema for schema details.

GetType()

Gets the Type of the current instance.

(Inherited from Object)
MemberwiseClone()

Creates a shallow copy of the current Object.

(Inherited from Object)
ReadXml(XmlReader)

Deserializes the ContentLocatorGroup from a specified XmlReader.

ToString()

Returns a string that represents the current object.

(Inherited from Object)
WriteXml(XmlWriter)

Serializes the ContentLocatorGroup to a specified XmlWriter.

Explicit Interface Implementations

INotifyPropertyChanged.PropertyChanged

This API supports the product infrastructure and is not intended to be used directly from your code.

For a description of this member, see PropertyChanged.

(Inherited from ContentLocatorBase)

Applies to