Método RolePlayerComboCell.GetFormattedValue
Formatar o valor
Namespace: Microsoft.VisualStudio.Modeling.Design
Assembly: Microsoft.VisualStudio.Modeling.Sdk.11.0 (em Microsoft.VisualStudio.Modeling.Sdk.11.0.dll)
Sintaxe
'Declaração
Protected Overrides Function GetFormattedValue ( _
value As Object, _
rowIndex As Integer, _
ByRef cellStyle As DataGridViewCellStyle, _
valueTypeConverter As TypeConverter, _
formattedValueTypeConverter As TypeConverter, _
context As DataGridViewDataErrorContexts _
) As Object
protected override Object GetFormattedValue(
Object value,
int rowIndex,
ref DataGridViewCellStyle cellStyle,
TypeConverter valueTypeConverter,
TypeConverter formattedValueTypeConverter,
DataGridViewDataErrorContexts context
)
Parâmetros
- value
Tipo: System.Object
- rowIndex
Tipo: System.Int32
- cellStyle
Tipo: System.Windows.Forms.DataGridViewCellStyle%
- valueTypeConverter
Tipo: System.ComponentModel.TypeConverter
- formattedValueTypeConverter
Tipo: System.ComponentModel.TypeConverter
- context
Tipo: System.Windows.Forms.DataGridViewDataErrorContexts
Valor de retorno
Tipo: System.Object
Segurança do .NET Framework
- Confiança total para o chamador imediato. O membro não pode ser usado por código parcialmente confiável. Para obter mais informações, consulte Usando bibliotecas de código parcialmente confiáveis.