BuildActionConverter.GetStandardValuesSupported Method (ITypeDescriptorContext)
Returns whether this object supports a standard set of values that can be selected from a list, by using the specified context.
Namespace: Microsoft.VisualStudio.Data.Schema.Project.Project
Assembly: Microsoft.VisualStudio.Data.Schema.Project (in Microsoft.VisualStudio.Data.Schema.Project.dll)
Syntax
'Declaration
Public Overrides Function GetStandardValuesSupported ( _
context As ITypeDescriptorContext _
) As Boolean
'Usage
Dim instance As BuildActionConverter
Dim context As ITypeDescriptorContext
Dim returnValue As Boolean
returnValue = instance.GetStandardValuesSupported(context)
public override bool GetStandardValuesSupported(
ITypeDescriptorContext context
)
public:
virtual bool GetStandardValuesSupported(
ITypeDescriptorContext^ context
) override
public override function GetStandardValuesSupported(
context : ITypeDescriptorContext
) : boolean
abstract GetStandardValuesSupported :
context:ITypeDescriptorContext -> bool
override GetStandardValuesSupported :
context:ITypeDescriptorContext -> bool
Parameters
- context
Type: System.ComponentModel.ITypeDescriptorContext
The type of format context
Return Value
Type: System.Boolean
.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
GetStandardValuesSupported Overload
Microsoft.VisualStudio.Data.Schema.Project.Project Namespace