DataObjectAttribute.NonDataObject Campo

Definizione

Indica che la classe non è adatta per l'associazione a un oggetto ObjectDataSource in fase di progettazione. Questo campo è di sola lettura.

public: static initonly System::ComponentModel::DataObjectAttribute ^ NonDataObject;
public static readonly System.ComponentModel.DataObjectAttribute NonDataObject;
 staticval mutable NonDataObject : System.ComponentModel.DataObjectAttribute
Public Shared ReadOnly NonDataObject As DataObjectAttribute 

Valore del campo

Commenti

Il NonDataObject campo restituisce un nuovo DataObjectAttribute oggetto con la IsDataObject proprietà impostata su false.

Si applica a