ViewService.GetModel(DependencyObject) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
ビューに対応するモデルを返します。ビューに対応するモデルがない場合は null
を返します。
public:
abstract System::Activities::Presentation::Model::ModelItem ^ GetModel(System::Windows::DependencyObject ^ view);
public abstract System.Activities.Presentation.Model.ModelItem GetModel (System.Windows.DependencyObject view);
abstract member GetModel : System.Windows.DependencyObject -> System.Activities.Presentation.Model.ModelItem
Public MustOverride Function GetModel (view As DependencyObject) As ModelItem
パラメーター
- view
- DependencyObject
モデルを検索する対象となるビュー オブジェクト。
戻り値
対応するモデル。指定したビュー オブジェクトに対応するモデルがない場合は、null
。
例外
view
が null
です。