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。
実装
- 属性