IContextPropertyActivator.IsOKToActivate(IConstructionCallMessage) Methode

Definitie

Hiermee wordt aangegeven of het goed is om het objecttype te activeren dat is aangegeven in de msg parameter.

Deze API ondersteunt de productinfrastructuur en is niet bedoeld om rechtstreeks vanuit de code te gebruiken.

public:
 bool IsOKToActivate(System::Runtime::Remoting::Activation::IConstructionCallMessage ^ msg);
public bool IsOKToActivate(System.Runtime.Remoting.Activation.IConstructionCallMessage msg);
[System.Security.SecurityCritical]
public bool IsOKToActivate(System.Runtime.Remoting.Activation.IConstructionCallMessage msg);
abstract member IsOKToActivate : System.Runtime.Remoting.Activation.IConstructionCallMessage -> bool
[<System.Security.SecurityCritical>]
abstract member IsOKToActivate : System.Runtime.Remoting.Activation.IConstructionCallMessage -> bool
Public Function IsOKToActivate (msg As IConstructionCallMessage) As Boolean

Parameters

Retouren

Een Booleaanse waarde die aangeeft of het aangevraagde type kan worden geactiveerd.

Kenmerken

Van toepassing op