Metodo DataObjectIdentifierConverter.UnformatPart
Rimuove la formattazione a una parte specifica dell'identificatore.
Spazio dei nomi: Microsoft.VisualStudio.Data.Framework
Assembly: Microsoft.VisualStudio.Data.Framework (in Microsoft.VisualStudio.Data.Framework.dll)
Sintassi
'Dichiarazione
Protected MustOverride Function UnformatPart ( _
typeName As String, _
identifierPart As String _
) As Object
protected abstract Object UnformatPart(
string typeName,
string identifierPart
)
protected:
virtual Object^ UnformatPart(
String^ typeName,
String^ identifierPart
) abstract
abstract UnformatPart :
typeName:string *
identifierPart:string -> Object
protected abstract function UnformatPart(
typeName : String,
identifierPart : String
) : Object
Parametri
typeName
Tipo: StringIl nome di un tipo di oggetto dati.
identifierPart
Tipo: StringUna parte XML dell'identificatore.
Valore restituito
Tipo: Object
L'equivalente senza formato della formattazione dell'identificatore.
Note
Note per gli eredi
La classe derivata deve implementare il metodo.
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.