ContentLocatorGroup Class
Represents an ordered set of ContentLocator elements that identify an item of content.
Assembly: PresentationFramework (in PresentationFramework.dll)
System.Windows.Annotations::ContentLocatorBase
System.Windows.Annotations::ContentLocatorGroup
| Name | Description | |
|---|---|---|
![]() | ContentLocatorGroup() | Initializes a new instance of the ContentLocatorGroup class. |
| Name | Description | |
|---|---|---|
![]() | Locators | Gets the collection of the ContentLocator elements that make up this ContentLocatorGroup. |
| Name | Description | |
|---|---|---|
![]() | Clone() | Creates a modifiable deep copy clone of this ContentLocatorGroup.(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 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. |
| 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.) |
ContentLocator elements defined within a ContentLocatorGroup provides a structured means to refer to an external data item.
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.



