IVsBooleanSymbolPresenceChecker.IsSymbolPresent(String) 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.
Vérifie la présence d’un symbole donné.
public:
bool IsSymbolPresent(System::String ^ symbol);
public:
bool IsSymbolPresent(Platform::String ^ symbol);
bool IsSymbolPresent(std::wstring const & symbol);
public bool IsSymbolPresent (string symbol);
abstract member IsSymbolPresent : string -> bool
Public Function IsSymbolPresent (symbol As String) As Boolean
Paramètres
- symbol
- String
Symbole à vérifier
Retours
True si le symbole est défini ; false dans le cas contraire.