ContentLocator Class
Represents an ordered set of ContentLocatorPart elements that identify an item of content.
System.Windows.Annotations.ContentLocatorBase
System.Windows.Annotations.ContentLocator
Assembly: PresentationFramework (in PresentationFramework.dll)
XMLNS for XAML: Not mapped to an xmlns.
The ContentLocator type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | Parts | Gets the collection of ContentLocatorPart elements that make up this ContentLocator. |
| Name | Description | |
|---|---|---|
![]() | Clone | Creates a modifiable deep copy clone of this ContentLocator. (Overrides ContentLocatorBase.Clone().) |
![]() | Equals(Object) | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetSchema | Always returns null. See Annotations Schema for schema details. |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | ReadXml | Deserializes the ContentLocator from a specified XmlReader. |
![]() | StartsWith | Returns a value that indicates whether the starting sequence of ContentLocatorPart elements in a specified ContentLocator are identical to those in this ContentLocator. |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
![]() | WriteXml | Serializes the ContentLocator to a specified XmlWriter. |
| Name | Description | |
|---|---|---|
![]() ![]() | INotifyPropertyChanged.PropertyChanged | Infrastructure. For a description of this member, see INotifyPropertyChanged.PropertyChanged. (Inherited from ContentLocatorBase.) |
ContentLocatorPart elements defined in a ContentLocator provides a structured means to reference an external data item.
The process of resolving each ContentLocatorPart in sequence provides the context to resolve the next ContentLocatorPart.
Windows 8, Windows Server 2012, Windows 7, Windows Vista SP2, Windows Server 2008 (Server Core Role not supported), Windows Server 2008 R2 (Server Core Role supported with SP1 or later; Itanium not supported)
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.

