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 : StringLe nom d'un type d'objet de données.
identifierPart
Type : StringUne 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
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, voir Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.