共用方式為


IContextAttribute.IsContextOK(Context, IConstructionCallMessage) 方法

定義

傳回布林 (Boolean) 值,指出指定的內容是否符合內容屬性的需求。

此 API 支援此產品基礎結構,但無法直接用於程式碼之中。

public:
 bool IsContextOK(System::Runtime::Remoting::Contexts::Context ^ ctx, System::Runtime::Remoting::Activation::IConstructionCallMessage ^ msg);
public bool IsContextOK (System.Runtime.Remoting.Contexts.Context ctx, System.Runtime.Remoting.Activation.IConstructionCallMessage msg);
[System.Security.SecurityCritical]
public bool IsContextOK (System.Runtime.Remoting.Contexts.Context ctx, System.Runtime.Remoting.Activation.IConstructionCallMessage msg);
abstract member IsContextOK : System.Runtime.Remoting.Contexts.Context * System.Runtime.Remoting.Activation.IConstructionCallMessage -> bool
[<System.Security.SecurityCritical>]
abstract member IsContextOK : System.Runtime.Remoting.Contexts.Context * System.Runtime.Remoting.Activation.IConstructionCallMessage -> bool
Public Function IsContextOK (ctx As Context, msg As IConstructionCallMessage) As Boolean

參數

ctx
Context

要針對目前內容屬性進行檢查的內容。

msg
IConstructionCallMessage

建構呼叫,必須針對目前的內容檢查其參數。

傳回

如果傳入的內容符合,則為 true,否則為 false

屬性

適用於