Compartir a través de


DataObjectIdentifierConverter.UnformatPart (Método)

Quita el formato aplicado a una partición determinada de identificador.

Espacio de nombres:  Microsoft.VisualStudio.Data
Ensamblado:  Microsoft.VisualStudio.Data (en Microsoft.VisualStudio.Data.dll)

Sintaxis

'Declaración
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
    El nombre de un tipo de objeto de datos.
  • identifierPart
    Tipo: System.String
    Un elemento con formato de identificador.

Valor devuelto

Tipo: System.Object
Devuelve el equivalente sin formato del elemento con formato de identificador.

Excepciones

Excepción Condición
ArgumentNullException

El parámetro typeName es null.

Seguridad de .NET Framework

Vea también

Referencia

DataObjectIdentifierConverter Clase

Microsoft.VisualStudio.Data (Espacio de nombres)