Metodo AdoDotNetObjectIdentifierConverter.UnformatPart
Chiama il metodo UnquoteIdentifier.
Spazio dei nomi: Microsoft.VisualStudio.Data.AdoDotNet
Assembly: Microsoft.VisualStudio.Data (in Microsoft.VisualStudio.Data.dll)
Sintassi
'Dichiarazione
Protected Overrides Function UnformatPart ( _
typeName As String, _
identifierPart As String _
) As Object
protected override Object UnformatPart(
string typeName,
string identifierPart
)
protected:
virtual Object^ UnformatPart(
String^ typeName,
String^ identifierPart
) override
abstract UnformatPart :
typeName:string *
identifierPart:string -> Object
override UnformatPart :
typeName:string *
identifierPart:string -> Object
protected override function UnformatPart(
typeName : String,
identifierPart : String
) : Object
Parametri
typeName
Tipo: StringIl nome di un tipo di oggetto dati.
identifierPart
Tipo: StringUna parte formattato dell'identificatore.
Valore restituito
Tipo: Object
Restituisce l'equivalente senza formato della parte formattato dell'identificatore.
Eccezioni
Eccezione | Condizione |
---|---|
ArgumentNullException | Il parametro typeName è null. |
Sicurezza di .NET Framework
- Attendibilità totale per il chiamante immediato. Impossibile utilizzare questo membro in codice parzialmente attendibile. Per altre informazioni, vedere Utilizzo di librerie da codice parzialmente attendibile.
Vedere anche
Riferimenti
AdoDotNetObjectIdentifierConverter Classe