ActivityDesigner.IsPrimarySelection 屬性

定義

取得值,指出與設計工具相關聯的活動是否為主要選取範圍。

public:
 property bool IsPrimarySelection { bool get(); };
public bool IsPrimarySelection { get; }
member this.IsPrimarySelection : bool
Public ReadOnly Property IsPrimarySelection As Boolean

屬性值

如果與設計工具關聯的活動為主要選取範圍則為 true,否則為 false

備註

您可以使用 IsPrimarySelection 來影響反白顯示或更新工作流程中圖形表示的屬性工作表 (Property Sheet)。 IsPrimarySelection 在選取多重活動時很有用,因為 IsPrimarySelection 會指出多重選取的起點。

適用於