ContextAttribute.IsNewContextOK(Context) Method
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.
Returns a Boolean value indicating whether the context property is compatible with the new context.
This API supports the product infrastructure and is not intended to be used directly from your code.
public:
virtual bool IsNewContextOK(System::Runtime::Remoting::Contexts::Context ^ newCtx);
public virtual bool IsNewContextOK(System.Runtime.Remoting.Contexts.Context newCtx);
[System.Security.SecurityCritical]
public virtual bool IsNewContextOK(System.Runtime.Remoting.Contexts.Context newCtx);
abstract member IsNewContextOK : System.Runtime.Remoting.Contexts.Context -> bool
override this.IsNewContextOK : System.Runtime.Remoting.Contexts.Context -> bool
[<System.Security.SecurityCritical>]
abstract member IsNewContextOK : System.Runtime.Remoting.Contexts.Context -> bool
override this.IsNewContextOK : System.Runtime.Remoting.Contexts.Context -> bool
Public Overridable Function IsNewContextOK (newCtx As Context) As Boolean
- newCtx
- Context
The new context in which the property has been created.
true
if the context property is okay with the new context; otherwise, false
.
- Attributes
Once all the context properties have been added to the new context, they are all queried as to whether they are okay in the new context. The context property could look at the other context properties in the ContextProperties property of the new context and determine whether it is compatible with these other context properties.
Napomena
By default, the IsNewContextOK method returns true
.
Proizvod | Verzije |
---|---|
.NET Framework | 1.1, 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1 |
Povratne informacije o proizvodu .NET
.NET je projekt otvorenog koda. Odaberite vezu za slanje povratnih informacija: