SimpleNodeAdapter.IsSupported(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.
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