次の方法で共有


ActivatedClientTypeEntry.ContextAttributes プロパティ

クライアント側でアクティブ化される型のコンテキスト属性を取得または設定します。

Public Property ContextAttributes As IContextAttribute ()
[C#]
public IContextAttribute[] ContextAttributes {get; set;}
[C++]
public: __property IContextAttribute* get_ContextAttributes();public: __property void   set_ContextAttributes(IContextAttribute*[]);
[JScript]
public function get ContextAttributes() : IContextAttribute[];
public function set ContextAttributes(IContextAttribute[]);

プロパティ値

クライアント側でアクティブ化される型のコンテキスト属性。

解説

Context 属性は、 Context に追加されたときに、同期やトランザクションなどのポリシーを適用できるコンテキスト プロパティを提供します。

メモ   このインデクサが実装されていない場合は、操作しても結果は生成されません。

必要条件

プラットフォーム: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 ファミリ

参照

ActivatedClientTypeEntry クラス | ActivatedClientTypeEntry メンバ | System.Runtime.Remoting 名前空間 | Context | ContextAttribute | ContextProperty | IContextAttribute