SfcNodeAdapterProvider.IsGraphSupported(Object) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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