共用方式為


IContextAttribute.GetPropertiesForNewContext(IConstructionCallMessage) 方法

定義

在指定的訊息中,將內容屬性傳回呼叫端。

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

public:
 void GetPropertiesForNewContext(System::Runtime::Remoting::Activation::IConstructionCallMessage ^ msg);
public void GetPropertiesForNewContext (System.Runtime.Remoting.Activation.IConstructionCallMessage msg);
[System.Security.SecurityCritical]
public void GetPropertiesForNewContext (System.Runtime.Remoting.Activation.IConstructionCallMessage msg);
abstract member GetPropertiesForNewContext : System.Runtime.Remoting.Activation.IConstructionCallMessage -> unit
[<System.Security.SecurityCritical>]
abstract member GetPropertiesForNewContext : System.Runtime.Remoting.Activation.IConstructionCallMessage -> unit
Public Sub GetPropertiesForNewContext (msg As IConstructionCallMessage)

參數

msg
IConstructionCallMessage

要加入內容屬性的 IConstructionCallMessage

屬性

備註

方法 GetPropertiesForNewContext 可以直接將內容屬性新增至 ContextProperties 介面中的 IConstructionCallMessage 屬性清單。 類別中的預設實作 ContextAttribute 會將這個 新增至內容屬性清單。 內容屬性可以自由覆寫 GetPropertiesForNewContext ,而且可以實作自己的行為。 例如,他們可以新增至清單實作內容屬性的新類別。

適用於