LocalizationExtenderProvider.CanExtend(Object) Method

Definition

Indicates whether this object can provide its extender properties to the specified object.

public:
 virtual bool CanExtend(System::Object ^ o);
public bool CanExtend (object o);
abstract member CanExtend : obj -> bool
override this.CanExtend : obj -> bool
Public Function CanExtend (o As Object) As Boolean

Parameters

o
Object

The object to receive the extender properties.

Returns

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

Implements

Applies to