IContextProperty 接口

定义

从上下文属性收集命名信息,并确定新上下文是否与上下文属性兼容。

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

public interface class IContextProperty
public interface IContextProperty
[System.Runtime.InteropServices.ComVisible(true)]
public interface IContextProperty
type IContextProperty = interface
[<System.Runtime.InteropServices.ComVisible(true)>]
type IContextProperty = interface
Public Interface IContextProperty
派生
属性

注解

接口 IContextProperty 由由 属性向上下文提供的属性公开。 默认情况下,它还由 ContextAttribute 基类实现,属性类可以从基 Context 类进行扩展。

属性

Name

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

获取将属性添加到上下文中时使用的属性名称。

方法

Freeze(Context)

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

当上下文冻结时调用。

IsNewContextOK(Context)

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

返回一个指示上下文属性是否与新上下文兼容的布尔值。

适用于