SimpleNodeAdapter.IsSupported(Object) Method

Definition

Indicate if this provider support the specified graph. If it is, returns true, false otherwise.

The method is called only one on the top most node of each graph.

public abstract bool IsSupported (object reference);
abstract member IsSupported : obj -> bool
Public MustOverride Function IsSupported (reference As Object) As Boolean

Parameters

reference
Object

Returns

Applies to