SfcNodeAdapterProvider.IsGraphSupported(Object) Method

Definition

Indicates if this provider supports the specified graph. If it is, returns true, false otherwise.

If true is returned, calls to GetGraphAdapter() must return a valid non-null graph adapter.

The method is called only once on the root node of each graph.

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

Parameters

obj
Object

Returns

Applies to