ModelItem 類別
更新:2007 年 11 月
表示編輯模式中的單一工作項目。
命名空間: Microsoft.Windows.Design.Model
組件: Microsoft.Windows.Design.Interaction (在 Microsoft.Windows.Design.Interaction.dll 中)
語法
Public MustInherit Class ModelItem _
Implements INotifyPropertyChanged
Dim instance As ModelItem
public abstract class ModelItem : INotifyPropertyChanged
public ref class ModelItem abstract : INotifyPropertyChanged
public abstract class ModelItem implements INotifyPropertyChanged
備註
ModelItem 類別,表示編輯模型中的單一項目。上至視窗或控制項,下至色彩或整數,都算是項目。您可以透過 Properties 集合存取項目的屬性,並變更屬性的值。基本上,ModelItem 是設計工具基礎資料模型周圍的包裝函式。您可以透過 GetCurrentValue 方法存取基礎模型。
注意事項: |
---|
請勿對 GetCurrentValue 方法傳回的物件採取任何序列化變更。這種變更不會反映回到設計工具的序列化系統或復原系統中。 |
繼承階層架構
System.Object
Microsoft.Windows.Design.Model.ModelItem
Microsoft.Windows.Design.Model.ModelItemCollection
Microsoft.Windows.Design.Model.ModelItemDictionary
執行緒安全
這個型別的任何 Public static (在 Visual Basic 中為 Shared) 成員都具備執行緒安全。並非所有的執行個體成員都是安全執行緒。
請參閱
參考
Microsoft.Windows.Design.Model 命名空間