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,這些屬性會定義要建立之遠端物件的內容。
實作
- 屬性