DatabaseProjectBuildActionConverter.GetStandardValuesExclusive Method (ITypeDescriptorContext)
Indicates whether the user is allowed to input only actions that are in the list.
Namespace: Microsoft.VisualStudio.Data.Schema.Package.Project
Assembly: Microsoft.VisualStudio.Data.Schema.Package (in Microsoft.VisualStudio.Data.Schema.Package.dll)
Syntax
'Declaration
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
Parameters
- context
Type: System.ComponentModel.ITypeDescriptorContext
Not used.
Return Value
Type: System.Boolean
This base class always returns true.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
DatabaseProjectBuildActionConverter Class
GetStandardValuesExclusive Overload
Microsoft.VisualStudio.Data.Schema.Package.Project Namespace