Context.SetProperty(IContextProperty) メソッド

定義

名前で特定のコンテキスト プロパティを設定します。

この API は製品インフラストラクチャをサポートします。コードから直接使用するものではありません。

public:
 virtual void SetProperty(System::Runtime::Remoting::Contexts::IContextProperty ^ prop);
public virtual void SetProperty (System.Runtime.Remoting.Contexts.IContextProperty prop);
[System.Security.SecurityCritical]
public virtual void SetProperty (System.Runtime.Remoting.Contexts.IContextProperty prop);
abstract member SetProperty : System.Runtime.Remoting.Contexts.IContextProperty -> unit
override this.SetProperty : System.Runtime.Remoting.Contexts.IContextProperty -> unit
[<System.Security.SecurityCritical>]
abstract member SetProperty : System.Runtime.Remoting.Contexts.IContextProperty -> unit
override this.SetProperty : System.Runtime.Remoting.Contexts.IContextProperty -> unit
Public Overridable Sub SetProperty (prop As IContextProperty)

パラメーター

prop
IContextProperty

実際のコンテキスト プロパティ。

属性

例外

コンテキストが固定されています。

プロパティまたはプロパティ名が null です。

注釈

既定のコンテキストへのプロパティの追加は許可されません。

適用対象