Partilhar via


Método DataObjectIdentifierConverter.UnformatPart

Remove a formatação aplicada a uma determinada parte do identificador.

Namespace:  Microsoft.VisualStudio.Data
Assembly:  Microsoft.VisualStudio.Data (em Microsoft.VisualStudio.Data.dll)

Sintaxe

'Declaração
Protected Overridable Function UnformatPart ( _
    typeName As String, _
    identifierPart As String _
) As Object
protected virtual Object UnformatPart(
    string typeName,
    string identifierPart
)
protected:
virtual Object^ UnformatPart(
    String^ typeName, 
    String^ identifierPart
)
abstract UnformatPart : 
        typeName:string * 
        identifierPart:string -> Object 
override UnformatPart : 
        typeName:string * 
        identifierPart:string -> Object 
protected function UnformatPart(
    typeName : String, 
    identifierPart : String
) : Object

Parâmetros

  • typeName
    Tipo: System.String
    o nome de um tipo de objeto de dados.
  • identifierPart
    Tipo: System.String
    Uma parte formatado identificador.

Valor de retorno

Tipo: System.Object
Retorna o equivalente formatado sem formatação da parte do identificador.

Exceções

Exceção Condição
ArgumentNullException

O parâmetro de typeName é zero.

Segurança do .NET Framework

Consulte também

Referência

DataObjectIdentifierConverter Classe

Namespace Microsoft.VisualStudio.Data