DataObjectAttribute.NonDataObject 欄位
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
表示類別在設計階段不適合繫結至 ObjectDataSource 物件。 此欄位為唯讀。
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
欄位值
備註
欄位會 NonDataObject 傳回新的 DataObjectAttribute 物件, IsDataObject 並將 屬性設定為 false
。