DataMemberConverter.GetStandardValuesSupported(ITypeDescriptorContext) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得值,表示這個轉換子是否支援可以從清單中選取的標準值集合。
public:
override bool GetStandardValuesSupported(System::ComponentModel::ITypeDescriptorContext ^ context);
public override bool GetStandardValuesSupported (System.ComponentModel.ITypeDescriptorContext context);
override this.GetStandardValuesSupported : System.ComponentModel.ITypeDescriptorContext -> bool
Public Overrides Function GetStandardValuesSupported (context As ITypeDescriptorContext) As Boolean
參數
- context
- ITypeDescriptorContext
ITypeDescriptorContext 物件,可用來取得額外的內容資訊。
傳回
如果應該呼叫 true
以尋找物件支援的通用值集合則為 GetStandardValues(),否則為 false
。 這個實作一律會傳回 true
。