Returns a Boolean indicating whether the context property is ok with the new context.
[Visual Basic] Function IsNewContextOK( _ ByVal newCtx As Context _ ) As Boolean [C#] bool IsNewContextOK( Context newCtx ); [C++] bool IsNewContextOK( Context* newCtx ) = 0; [JScript] function IsNewContextOK( newCtx : Context ) : Boolean;
true if the context property is ok with the new context; otherwise, false.
Once all the context properties have been added to the new context, they are all asked whether they are OK in the new context. The context property could look at the other context properties from the parameter new context and determine whether it is ok coexisting with these other context properties. Returns false if not ok in the context.
IContextProperty Interface | IContextProperty Members | System.Runtime.Remoting Namespace