This documentation is archived and is not being maintained.
ContentLocator Class
Visual Studio 2010
Represents an ordered set of ContentLocatorPart elements that identify an item of content.
System::Object
System.Windows.Annotations::ContentLocatorBase
System.Windows.Annotations::ContentLocator
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.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetSchema | Always returns nullptr. 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 | 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 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show:

