StructuredCompositeActivityDesigner.LastSelectableObject 属性
定义
获取 StructuredCompositeActivityDesigner 的导航顺序中的最后一个可选择对象。Gets the last selectable object in the navigation order of the StructuredCompositeActivityDesigner.
public:
virtual property System::Object ^ LastSelectableObject { System::Object ^ get(); };
public override object LastSelectableObject { get; }
member this.LastSelectableObject : obj
Public Overrides ReadOnly Property LastSelectableObject As Object
属性值
一个 Object,该对象是设计器导航顺序中的最后一个可选择对象。The Object that is the last selectable object in the designer navigation order.
注解
如果 StructuredCompositeActivityDesigner 为有效的活动设计器,则 LastSelectableObject 返回 null(在 Visual Basic 中为 Nothing)。If the StructuredCompositeActivityDesigner is the active activity designer, LastSelectableObject returns null (Nothing in Visual Basic). 如果子活动设计器是有效的设计器,则它返回与有效的子设计器关联的最后一个可选择对象。If a child activity designer is the active designer, it returns the last selectable object associated with the active child designer.