FlagEnumerationEditor.EditValue 方法 (ITypeDescriptorContext, IServiceProvider, Object)
編輯所指示的列舉值使用的編輯器樣式GetEditStyle方法。
命名空間: Microsoft.VisualStudio.Modeling.Design
組件: Microsoft.VisualStudio.Modeling.Sdk.11.0 (在 Microsoft.VisualStudio.Modeling.Sdk.11.0.dll 中)
語法
'宣告
Public Overrides Function EditValue ( _
context As ITypeDescriptorContext, _
provider As IServiceProvider, _
value As Object _
) As Object
public override Object EditValue(
ITypeDescriptorContext context,
IServiceProvider provider,
Object value
)
參數
- context
型別:System.ComponentModel.ITypeDescriptorContext
其他內容資訊。
- provider
型別:System.IServiceProvider
服務提供者,此編輯器可用來取得服務。
- value
型別:System.Object
要編輯的值。
傳回值
型別:System.Object
新的列舉值。如果值未經變更,這會傳回原始值。
例外狀況
例外狀況 | 條件 |
---|---|
ArgumentNullException | context 或 provider 是 nullnull 參考 (即 Visual Basic 中的 Nothing)。 |
備註
這兩個value參數和傳回值使用列舉值的字串表示。建構函式中指定的欄位名稱和欄位分隔符號。
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。