_Document.HasVBProject 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.
Renvoie un type Boolean qui indique si un document possède un attaché Microsoft projet Visual Basic pour Applications. En lecture seule.
public:
property bool HasVBProject { bool get(); };
public bool HasVBProject { get; }
member this.HasVBProject : bool
Public ReadOnly Property HasVBProject As Boolean
Valeur de propriété
Boolean
Remarques
Cette propriété est particulièrement utile pour déterminer par programme si un document doit être enregistré dans un format de fichier prenant en charge les macros. S'il est enregistré sous un autre format, ses macros et ses projets de code risquent d'être perdus.