ContentLocatorPart Class

 

Represents a set of name/value pairs that identify an item of content.

Namespace:   System.Windows.Annotations
Assembly:  PresentationFramework (in PresentationFramework.dll)

System::Object
  System.Windows.Annotations::ContentLocatorPart

public ref class ContentLocatorPart sealed : INotifyPropertyChanged

NameDescription
System_CAPS_pubmethodContentLocatorPart(XmlQualifiedName^)

Initializes a new instance of the ContentLocatorPart class with a specified type name and namespace.

NameDescription
System_CAPS_pubpropertyNameValuePairs

Gets a collection of the name/value pairs that define this part.

System_CAPS_pubpropertyPartType

Gets the type name and namespace of the part.

NameDescription
System_CAPS_pubmethodClone()

Creates a modifiable deep copy clone of this ContentLocatorPart.

System_CAPS_pubmethodEquals(Object^)

Returns a value that indicates whether a given ContentLocatorPart is identical to this ContentLocatorPart.(Overrides Object::Equals(Object^).)

System_CAPS_pubmethodGetHashCode()

Returns the hash code for this part.(Overrides Object::GetHashCode().)

System_CAPS_pubmethodGetType()

Gets the Type of the current instance.(Inherited from Object.)

System_CAPS_pubmethodToString()

Returns a string that represents the current object.(Inherited from Object.)

NameDescription
System_CAPS_pubinterfaceSystem_CAPS_priveventINotifyPropertyChanged::PropertyChanged

This event supports the Windows Presentation Foundation (WPF) infrastructure and is not intended to be used directly from your code.

.NET Framework
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.

Return to top
Show: