DataObjectIdentifierConverter.UnformatPart 方法
移除格式套用到指定的組件識別。
命名空間: Microsoft.VisualStudio.Data
組件: Microsoft.VisualStudio.Data (在 Microsoft.VisualStudio.Data.dll 中)
語法
'宣告
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
參數
- typeName
型別:System.String
資料物件型別的名稱。
- identifierPart
型別:System.String
一個格式識別組件。
傳回值
型別:System.Object
傳回格式識別組件的未格式化的對等用法。
例外狀況
例外狀況 | 條件 |
---|---|
ArgumentNullException | typeName 參數為 null。 |
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。