ContentLocatorPart Class

Definition

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

public ref class ContentLocatorPart sealed : System::ComponentModel::INotifyPropertyChanged
public sealed class ContentLocatorPart : System.ComponentModel.INotifyPropertyChanged
type ContentLocatorPart = class
    interface INotifyPropertyChanged
Public NotInheritable Class ContentLocatorPart
Implements INotifyPropertyChanged
Inheritance
ContentLocatorPart
Implements

Constructors

ContentLocatorPart(XmlQualifiedName)

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

Properties

NameValuePairs

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

PartType

Gets the type name and namespace of the part.

Methods

Clone()

Creates a modifiable deep copy clone of this ContentLocatorPart.

Equals(Object)

Returns a value that indicates whether a given ContentLocatorPart is identical to this ContentLocatorPart.

GetHashCode()

Returns the hash code for this part.

GetType()

Gets the Type of the current instance.

(Inherited from Object)
MemberwiseClone()

Creates a shallow copy of the current Object.

(Inherited from Object)
ToString()

Returns a string that represents the current object.

(Inherited from Object)

Explicit Interface Implementations

INotifyPropertyChanged.PropertyChanged

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

Applies to