Share via


CueBanner.IExtenderProvider.CanExtend Method

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

Namespace:  Microsoft.SqlServer.Management.Controls
Assembly:  Microsoft.SqlServer.Management.Controls (in Microsoft.SqlServer.Management.Controls.dll)

Syntax

'Declaration
Private Function CanExtend ( _
    extendee As Object _
) As Boolean Implements IExtenderProvider.CanExtend
'Usage
Dim instance As CueBanner
Dim extendee As Object
Dim returnValue As Boolean

returnValue = CType(instance, IExtenderProvider).CanExtend(extendee)
bool IExtenderProvider.CanExtend(
    Object extendee
)
private:
virtual bool CanExtend(
    Object^ extendee
) sealed = IExtenderProvider::CanExtend
private abstract CanExtend : 
        extendee:Object -> bool 
private override CanExtend : 
        extendee:Object -> bool 
JScript supports the use of explicit interface implementations, but not the declarations of new ones.

Parameters

  • extendee
    Type: System.Object
    The object to receive the extender properties.

Return Value

Type: System.Boolean
True if this object can provide extender properties to the specified object; otherwise, false.

Implements

IExtenderProvider.CanExtend(Object)