ContentLocatorPart 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
表示一组名称/值对,这些名称/值对用于标识内容的项。
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
- 继承
-
ContentLocatorPart
- 实现
构造函数
ContentLocatorPart(XmlQualifiedName) |
初始化具有指定类型名称和命名空间的 ContentLocatorPart 类的一个新实例。 |
属性
NameValuePairs |
获取定义此部件的名称/值对的集合。 |
PartType |
获取此部件的类型名称和命名空间。 |
方法
Clone() |
创建此 ContentLocatorPart 的可修改深层复制克隆。 |
Equals(Object) |
返回一个值,该值指示给定 ContentLocatorPart 是否与此 ContentLocatorPart 相同。 |
GetHashCode() |
返回此部分的哈希代码。 |
GetType() |
获取当前实例的 Type。 (继承自 Object) |
MemberwiseClone() |
创建当前 Object 的浅表副本。 (继承自 Object) |
ToString() |
返回表示当前对象的字符串。 (继承自 Object) |
显式接口实现
INotifyPropertyChanged.PropertyChanged |
此事件支持 Windows Presentation Foundation (WPF) 基础结构,不应在代码中直接使用。 |