PatchFeatureTree.SetSelectionStateForAllInstances(Boolean) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
为所有实例设置选择状态。
public:
void SetSelectionStateForAllInstances(bool isSelected);
public void SetSelectionStateForAllInstances (bool isSelected);
member this.SetSelectionStateForAllInstances : bool -> unit
Public Sub SetSelectionStateForAllInstances (isSelected As Boolean)
参数
- isSelected
- Boolean
如果选择所有实例,则为 true;否则为 false。