次の方法で共有


ModelTreeManager.GetModelItem(Object, Boolean) メソッド

定義

マネージャーのモデル項目を返します。

public:
 System::Activities::Presentation::Model::ModelItem ^ GetModelItem(System::Object ^ instance, bool shouldExpandModelTree);
public System.Activities.Presentation.Model.ModelItem GetModelItem (object instance, bool shouldExpandModelTree);
member this.GetModelItem : obj * bool -> System.Activities.Presentation.Model.ModelItem
Public Function GetModelItem (instance As Object, shouldExpandModelTree As Boolean) As ModelItem

パラメーター

instance
Object

インスタンス。

shouldExpandModelTree
Boolean

マネージャーがモデル ツリーを展開する場合は true。それ以外の場合は false

戻り値

ModelItem

マネージャーのモデル項目。

適用対象