IFieldSymbol.IsVolatile 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 champ a été déclaré comme « volatile ».
public:
property bool IsVolatile { bool get(); };
public bool IsVolatile { get; }
member this.IsVolatile : bool
Public ReadOnly Property IsVolatile As Boolean