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!

IExtenderProvider.CanExtend

Specifies whether this object can provide its extender properties to specified object.

[Visual Basic]
Function CanExtend( _
   ByVal extendee As Object _
) As Boolean
[C#]
bool CanExtend(
   object extendee
);
[C++]
bool CanExtend(
   Object* extendee
) = 0;
[JScript]
function CanExtend(
   extendee : Object
) : Boolean;

Parameters

extendee
The Object to receive the extender properties.

Return Value

true if this object can provide extender properties to the extendee; otherwise, false.

Remarks

For more information on extender properties, see TopicTBD.

See Also

IExtenderProvider Interface | IExtenderProvider Members | System.ComponentModel Namespace