ContextProperty 类

定义

保存属性名称的名称/值对和表示上下文属性的对象。

此 API 支持产品基础结构,不能在代码中直接使用。

public ref class ContextProperty
public class ContextProperty
[System.Runtime.InteropServices.ComVisible(true)]
public class ContextProperty
[System.Runtime.InteropServices.ComVisible(true)]
[System.Security.SecurityCritical]
public class ContextProperty
type ContextProperty = class
[<System.Runtime.InteropServices.ComVisible(true)>]
type ContextProperty = class
[<System.Runtime.InteropServices.ComVisible(true)>]
[<System.Security.SecurityCritical>]
type ContextProperty = class
Public Class ContextProperty
继承
ContextProperty
属性

注解

构成上下文的属性由各种自动服务提供,并在创建类时 Context 由激活服务设置。 每个属性本身都是一个托管对象。 根据属性是否贡献消息接收器,它们被视为主动或被动。

属性

Name

此 API 支持产品基础结构,不能在代码中直接使用。

获取类的名称 ContextProperty

Property

此 API 支持产品基础结构,不能在代码中直接使用。

获取表示上下文属性的对象。

方法

Equals(Object)

此 API 支持产品基础结构,不能在代码中直接使用。

确定指定对象是否等于当前对象。

(继承自 Object)
GetHashCode()

此 API 支持产品基础结构,不能在代码中直接使用。

作为默认哈希函数。

(继承自 Object)
GetType()

此 API 支持产品基础结构,不能在代码中直接使用。

获取当前实例的 Type

(继承自 Object)
MemberwiseClone()

此 API 支持产品基础结构,不能在代码中直接使用。

创建当前 Object 的浅表副本。

(继承自 Object)
ToString()

此 API 支持产品基础结构,不能在代码中直接使用。

返回表示当前对象的字符串。

(继承自 Object)

适用于