BuildActionConverter.GetStandardValues Method (ITypeDescriptorContext)
Returns a collection of standard values for the data type. This type converter is designed for when you are provided with a format 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 GetStandardValues ( _
context As ITypeDescriptorContext _
) As TypeConverter..::..StandardValuesCollection
'Usage
Dim instance As BuildActionConverter
Dim context As ITypeDescriptorContext
Dim returnValue As TypeConverter..::..StandardValuesCollection
returnValue = instance.GetStandardValues(context)
public override TypeConverter..::..StandardValuesCollection GetStandardValues(
ITypeDescriptorContext context
)
public:
virtual TypeConverter..::..StandardValuesCollection^ GetStandardValues(
ITypeDescriptorContext^ context
) override
public override function GetStandardValues(
context : ITypeDescriptorContext
) : TypeConverter..::..StandardValuesCollection
abstract GetStandardValues :
context:ITypeDescriptorContext -> TypeConverter..::..StandardValuesCollection
override GetStandardValues :
context:ITypeDescriptorContext -> TypeConverter..::..StandardValuesCollection
Parameters
- context
Type: System.ComponentModel.ITypeDescriptorContext
The type of format context
Return Value
Type: System.ComponentModel.TypeConverter.StandardValuesCollection
.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
Microsoft.VisualStudio.Data.Schema.Project.Project Namespace