Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Removes formatting applied to a given identifier part.
Namespace: Microsoft.VisualStudio.Data.Framework
Assembly: Microsoft.VisualStudio.Data.Framework (in Microsoft.VisualStudio.Data.Framework.dll)
Syntax
'Declaration
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
Parameters
typeName
Type: System.StringThe name of a data object type.
identifierPart
Type: System.StringA formatted identifier part.
Return Value
Type: System.Object
The unformatted equivalent of the formatted identifier part.
Remarks
Notes to Inheritors
The derived class must implement this method.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.