共用方式為


PhotoImportItem.IsSelected 屬性

定義

取得值,指出專案目前是否已選取匯入。

public:
 property bool IsSelected { bool get(); void set(bool value); };
bool IsSelected();

void IsSelected(bool value);
public bool IsSelected { get; set; }
var boolean = photoImportItem.isSelected;
photoImportItem.isSelected = boolean;
Public Property IsSelected As Boolean

屬性值

Boolean

bool

如果目前已選取專案,則為 True;否則為 false。

適用於