Parameter.IncludeInDebugDump 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'objet Parameter est inclus dans un fichier de vidage du débogage.
public:
abstract property bool IncludeInDebugDump { bool get(); void set(bool value); };
public abstract bool IncludeInDebugDump { get; set; }
member this.IncludeInDebugDump : bool with get, set
Public MustOverride Property IncludeInDebugDump As Boolean
Valeur de propriété
true si l’objet Parameter est inclus dans un vidage de débogage ; sinon, false.