Metodo DataObjectIdentifierConverter.UnformatPart
Rimuove la formattazione a una parte specifica dell'identificatore.
Spazio dei nomi: Microsoft.VisualStudio.Data
Assembly: Microsoft.VisualStudio.Data (in Microsoft.VisualStudio.Data.dll)
Sintassi
'Dichiarazione
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
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.