Implements the IsContextful property and determines whether the Type can be hosted in a context.
[Visual Basic] Overridable Protected Function IsContextfulImpl() As Boolean [C#] protected virtual bool IsContextfulImpl(); [C++] protected: virtual bool IsContextfulImpl(); [JScript] protected function IsContextfulImpl() : Boolean;
true if the Type can be hosted in a context; otherwise, false.
This method can be overridden by a derived class.
A context intercepts calls to the class members and enforce policies that are applied to the class, such as synchronization.