ContentLocator Class
Represents an ordered set of ContentLocatorPart elements that identify an item of content.
Assembly: PresentationFramework (in PresentationFramework.dll)
System.Windows.Annotations::ContentLocatorBase
System.Windows.Annotations::ContentLocator
| Name | Description | |
|---|---|---|
![]() | ContentLocator() | Initializes a new instance of the ContentLocator class. |
| 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 the default hash function. (Inherited from Object.) |
![]() | GetSchema() | Always returns null. See Annotations Schema for schema details. |
![]() | GetType() | |
![]() | ReadXml(XmlReader^) | Deserializes the ContentLocator from a specified XmlReader. |
![]() | StartsWith(ContentLocator^) | 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(XmlWriter^) | Serializes the ContentLocator to a specified XmlWriter. |
| Name | Description | |
|---|---|---|
![]() ![]() | 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 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.
Available since 3.0
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.



