NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

Type.IsContextfulImpl

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;

Return Value

true if the Type can be hosted in a context; otherwise, false.

Remarks

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.

See Also

Type Class | Type Members | System Namespace | IsContextful