SfcNodeAdapterProvider.IsGraphSupported(Object) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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