Partilhar via


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

Valor de retorno

Tipo: System.Object

Segurança do .NET Framework

Consulte também

Referência

RolePlayerComboCell Classe

Namespace Microsoft.VisualStudio.Modeling.Design