ViewService.GetView(ModelItem) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
傳回對應至指定模型的檢視,如果沒有模型適用的檢視,則為 null
。
public:
abstract System::Windows::DependencyObject ^ GetView(System::Activities::Presentation::Model::ModelItem ^ model);
public abstract System.Windows.DependencyObject GetView (System.Activities.Presentation.Model.ModelItem model);
abstract member GetView : System.Activities.Presentation.Model.ModelItem -> System.Windows.DependencyObject
Public MustOverride Function GetView (model As ModelItem) As DependencyObject
參數
- model
- ModelItem
要傳回其檢視物件的模型。
傳回
此模型的檢視,或如果沒有檢視,則為 null
。
例外狀況
model
為 null
。
model
不表示這項服務的有效模型。