ActivityPreviewDesigner.ShowPreview 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 ou définit une valeur qui indique si l'aperçu d'activité doit être affiché dans le concepteur.
public:
property bool ShowPreview { bool get(); void set(bool value); };
public bool ShowPreview { get; set; }
member this.ShowPreview : bool with get, set
Public Property ShowPreview As Boolean
Valeur de propriété
true
pour afficher l'aperçu d'activité dans le ActivityPreviewDesigner; sinon, false
.