ConstructionCall.ContextProperties 属性

定义

获取一个属性列表,这些属性定义要在其中创建远程对象的上下文。

此 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,这些属性定义要在其中创建远程对象的上下文。

实现

属性

适用于