Share via


DataObjectIdentifierConverter.UnformatPart, méthode

Supprime la mise en forme appliqué à une partie donnée d'identificateur.

Espace de noms :  Microsoft.VisualStudio.Data
Assembly :  Microsoft.VisualStudio.Data (dans Microsoft.VisualStudio.Data.dll)

Syntaxe

'Déclaration
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

Paramètres

  • typeName
    Type : String

    Le nom d'un type d'objet de données.

  • identifierPart
    Type : String

    Une partie mise en forme d'identificateur.

Valeur de retour

Type : Object
Retourne l'équivalent non formaté de la partie mise en forme d'identificateur.

Exceptions

Exception Condition
ArgumentNullException

Le paramètre typeName est null.

Sécurité .NET Framework

Voir aussi

Référence

DataObjectIdentifierConverter Classe

Microsoft.VisualStudio.Data, espace de noms