IVsBooleanSymbolPresenceChecker.IsSymbolPresent(String) Méthode

Définition

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

Boolean

True si le symbole est défini ; false dans le cas contraire.

S’applique à