Partager via


HtmlTagInnerText.CollapseWhiteSpace, propriété

Obtient ou définit l'indicateur qui signale de réduire ou non l'espace blanc.

Espace de noms :  Microsoft.VisualStudio.TestTools.WebTesting
Assembly :  Microsoft.VisualStudio.QualityTools.WebTestFramework (dans Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)

Syntaxe

'Déclaration
Public Property CollapseWhiteSpace As Boolean
    Get
    Set
public bool CollapseWhiteSpace { get; set; }
public:
property bool CollapseWhiteSpace {
    bool get ();
    void set (bool value);
}
member CollapseWhiteSpace : bool with get, set
function get CollapseWhiteSpace () : boolean
function set CollapseWhiteSpace (value : boolean)

Valeur de propriété

Type : System.Boolean
true pour réduire l'espace blanc ; sinon, false.

Sécurité .NET Framework

Voir aussi

Référence

HtmlTagInnerText Classe

Microsoft.VisualStudio.TestTools.WebTesting, espace de noms