DatabaseProjectBuildActionConverter.GetStandardValuesExclusive 方法 (ITypeDescriptorContext)
指出是否允許使用者只能輸入清單中的動作。
命名空間: Microsoft.VisualStudio.Data.Schema.Package.Project
組件: Microsoft.VisualStudio.Data.Schema.Package (在 Microsoft.VisualStudio.Data.Schema.Package.dll 中)
語法
'宣告
Public Overrides Function GetStandardValuesExclusive ( _
context As ITypeDescriptorContext _
) As Boolean
public override bool GetStandardValuesExclusive(
ITypeDescriptorContext context
)
public:
virtual bool GetStandardValuesExclusive(
ITypeDescriptorContext^ context
) override
abstract GetStandardValuesExclusive :
context:ITypeDescriptorContext -> bool
override GetStandardValuesExclusive :
context:ITypeDescriptorContext -> bool
public override function GetStandardValuesExclusive(
context : ITypeDescriptorContext
) : boolean
參數
- context
型別:System.ComponentModel.ITypeDescriptorContext
不適用。
傳回值
型別:System.Boolean
這個基底類別永遠會傳回 true。
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。