IClientOperationSelector.AreParametersRequiredForSelection 屬性

定義

取得值,這個值會指出是否必須有參數才能判定選取項目。

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

屬性值

Boolean

如果需要參數,則為 true,否則為 false

備註

除非使用者有多載的方法,否則傳回的值會是 false。 如果是傳回 false,則傳遞給 SelectOperation 的物件陣列會是 null

適用於