ILocalSymbol.IsRef Propriété
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.
Retourne true si ce local est un local ref ou un ref en lecture seule locale. Permet RefKind d’obtenir des informations plus détaillées.
public:
property bool IsRef { bool get(); };
public bool IsRef { get; }
member this.IsRef : bool
Public ReadOnly Property IsRef As Boolean