This documentation is archived and is not being maintained.
ContentLocatorGroup Class
Visual Studio 2010
Represents an ordered set of ContentLocator elements that identify an item of content.
System::Object
System.Windows.Annotations::ContentLocatorBase
System.Windows.Annotations::ContentLocatorGroup
System.Windows.Annotations::ContentLocatorBase
System.Windows.Annotations::ContentLocatorGroup
Assembly: PresentationFramework (in PresentationFramework.dll)
XMLNS for XAML: Not mapped to an xmlns.
The ContentLocatorGroup type exposes the following members.
| 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.) |
![]() | 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 ContentLocatorGroup from a specified XmlReader. |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
![]() | WriteXml | Serializes the ContentLocatorGroup to a specified XmlWriter. |
| Name | Description | |
|---|---|---|
![]() ![]() | INotifyPropertyChanged::PropertyChanged | Infrastructure. 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.
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:

