HtmlControlDesigner.ShouldCodeSerialize Vlastnost

Definice

Upozornění

Use of this property is not recommended because code serialization is not supported. http://go.microsoft.com/fwlink/?linkid=14202

Získá nebo nastaví hodnotu určující, zda chcete vytvořit deklaraci pole pro ovládací prvek v souboru kódu na pozadí pro aktuální dokument návrhu během serializace.

public:
 virtual property bool ShouldCodeSerialize { bool get(); void set(bool value); };
public virtual bool ShouldCodeSerialize { get; set; }
[System.Obsolete("Use of this property is not recommended because code serialization is not supported. http://go.microsoft.com/fwlink/?linkid=14202")]
public virtual bool ShouldCodeSerialize { get; set; }
member this.ShouldCodeSerialize : bool with get, set
[<System.Obsolete("Use of this property is not recommended because code serialization is not supported. http://go.microsoft.com/fwlink/?linkid=14202")>]
member this.ShouldCodeSerialize : bool with get, set
Public Overridable Property ShouldCodeSerialize As Boolean

Hodnota vlastnosti

Boolean

true, pokud by měla být vytvořena deklarace; v opačném případě false .

Atributy

Platí pro

Viz také