FormContext.HasEndOfFormContent 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.
Obtient une indication que la EndOfFormContent collection a été utilisée et contient probablement des entrées.
public:
property bool HasEndOfFormContent { bool get(); };
public bool HasEndOfFormContent { get; }
member this.HasEndOfFormContent : bool
Public ReadOnly Property HasEndOfFormContent As Boolean
Valeur de propriété
true
si le champ de stockage pour EndOfFormContent n’est pasnull
; false
sinon.