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)基础结构,不应直接从代码使用。 |