ConstructionCall.ContextProperties 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取一个属性列表,这些属性定义要在其中创建远程对象的上下文。
此 API 支持产品基础结构,不能在代码中直接使用。
public:
property System::Collections::IList ^ ContextProperties { System::Collections::IList ^ get(); };
public System.Collections.IList ContextProperties { get; }
public System.Collections.IList ContextProperties { [System.Security.SecurityCritical] get; }
member this.ContextProperties : System.Collections.IList
[<get: System.Security.SecurityCritical>]
member this.ContextProperties : System.Collections.IList
Public ReadOnly Property ContextProperties As IList
属性值
一个包含属性列表的 IList,这些属性定义要在其中创建远程对象的上下文。
实现
- 属性