ProxyAttribute.GetPropertiesForNewContext(IConstructionCallMessage) Method      
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets properties for a new context.
public:
 virtual void GetPropertiesForNewContext(System::Runtime::Remoting::Activation::IConstructionCallMessage ^ msg);public void GetPropertiesForNewContext(System.Runtime.Remoting.Activation.IConstructionCallMessage msg);[System.Runtime.InteropServices.ComVisible(true)]
public void GetPropertiesForNewContext(System.Runtime.Remoting.Activation.IConstructionCallMessage msg);[System.Runtime.InteropServices.ComVisible(true)]
[System.Security.SecurityCritical]
public void GetPropertiesForNewContext(System.Runtime.Remoting.Activation.IConstructionCallMessage msg);abstract member GetPropertiesForNewContext : System.Runtime.Remoting.Activation.IConstructionCallMessage -> unit
override this.GetPropertiesForNewContext : System.Runtime.Remoting.Activation.IConstructionCallMessage -> unit[<System.Runtime.InteropServices.ComVisible(true)>]
abstract member GetPropertiesForNewContext : System.Runtime.Remoting.Activation.IConstructionCallMessage -> unit
override this.GetPropertiesForNewContext : System.Runtime.Remoting.Activation.IConstructionCallMessage -> unit[<System.Runtime.InteropServices.ComVisible(true)>]
[<System.Security.SecurityCritical>]
abstract member GetPropertiesForNewContext : System.Runtime.Remoting.Activation.IConstructionCallMessage -> unit
override this.GetPropertiesForNewContext : System.Runtime.Remoting.Activation.IConstructionCallMessage -> unitPublic Sub GetPropertiesForNewContext (msg As IConstructionCallMessage)Parameters
The message for which the context is to be retrieved.
Implements
- Attributes