SfcNodeAdapterProvider.IsGraphSupported(Object) Méthode

Définition

Indique si ce fournisseur prend en charge le graphique spécifié. Si c’est le cas, retourne true, false sinon.

Si la valeur est true, les appels à GetGraphAdapter() doivent retourner un adaptateur graphique non null valide.

La méthode n’est appelée qu’une seule fois sur le nœud racine de chaque graphique.

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

Paramètres

obj
Object

Retours

S’applique à