共用方式為


PostBackTriggerControlIDConverter.GetStandardValuesExclusive 方法

定義

使用指定的內容傳回值,這個值表示從 GetStandardValues(ITypeDescriptorContext) 方法傳回的標準值集合是否為可能值的專有清單。

public:
 override bool GetStandardValuesExclusive(System::ComponentModel::ITypeDescriptorContext ^ context);
public override bool GetStandardValuesExclusive (System.ComponentModel.ITypeDescriptorContext context);
override this.GetStandardValuesExclusive : System.ComponentModel.ITypeDescriptorContext -> bool
Public Overrides Function GetStandardValuesExclusive (context As ITypeDescriptorContext) As Boolean

參數

context
ITypeDescriptorContext

格式內容。

傳回

Boolean

如果從 TypeConverter.StandardValuesCollection 方法傳回的 GetStandardValues(ITypeDescriptorContext) 物件提供了可能值的完整清單,則為 true,如果其他的值為可能,則為 false。 預設為 false

適用於