ContextAttribute.Freeze(Context) メソッド

定義

コンテキストが固定されるときに呼び出されます。

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

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

パラメーター

newContext
Context

固定するコンテキスト。

実装

属性

注釈

コンテキストが固定された後は、コンテキスト プロパティを追加できません。

適用対象