ActivityBindTypeConverter.GetStandardValues(ITypeDescriptorContext) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
使用指定內容傳回 ActivityBind 資料型別的標準值集合。
public:
override System::ComponentModel::TypeConverter::StandardValuesCollection ^ GetStandardValues(System::ComponentModel::ITypeDescriptorContext ^ context);
public override System.ComponentModel.TypeConverter.StandardValuesCollection GetStandardValues (System.ComponentModel.ITypeDescriptorContext context);
override this.GetStandardValues : System.ComponentModel.ITypeDescriptorContext -> System.ComponentModel.TypeConverter.StandardValuesCollection
Public Overrides Function GetStandardValues (context As ITypeDescriptorContext) As TypeConverter.StandardValuesCollection
參數
- context
- ITypeDescriptorContext
提供格式內容的 ITypeDescriptorContext。
傳回
TypeConverter.StandardValuesCollection 保留標準有效值集合,如果資料型別不支援標準值集合則為 null 參考 (在 Visual Basic 中為 Nothing
)。
備註
context
可用來擷取環境的其他資訊,而這個轉換子就是從這個環境叫用的。
context
或可透過它取得的任何屬性,可以是 null 參考 (Nothing
) 。