共用方式為


SelectionCommands.UnionSelectTarget 屬性

取得 ToolCommand,其表示將設計工具中滑鼠指標所在的物件加入至現有選取範圍的要求。

命名空間:  Microsoft.Windows.Design.Interaction
組件:  Microsoft.Windows.Design.Interaction (在 Microsoft.Windows.Design.Interaction.dll 中)

語法

'宣告
Public Shared ReadOnly Property UnionSelectTarget As ToolCommand
    Get
public static ToolCommand UnionSelectTarget { get; }
public:
static property ToolCommand^ UnionSelectTarget {
    ToolCommand^ get ();
}
static member UnionSelectTarget : ToolCommand
static function get UnionSelectTarget () : ToolCommand

屬性值

型別:Microsoft.Windows.Design.Interaction.ToolCommand
要求將設計工具中滑鼠指標所在的物件加入至現有的選取範圍。

備註

如果已經選取滑鼠指標所在的物件,這個屬性會將物件升級為主要的選擇物件。 這個命令不會清除任何之前的選取範圍。 若要清除之前的選取範圍,請改用 SelectTargetSelectOnlyTarget 屬性。

.NET Framework 安全性

請參閱

參考

SelectionCommands 類別

Microsoft.Windows.Design.Interaction 命名空間

Selection

SelectionOperations

Union

SelectionTool

EditingContext

CanExecute

Execute

其他資源

WPF 設計工具擴充性架構