ExceptionSettings.RemoveByCode 方法
從 ExceptionSettings 集合中刪除代碼所指定的 ExceptionSetting 物件。
命名空間: EnvDTE90
組件: EnvDTE90 (在 EnvDTE90.dll 中)
語法
'宣告
Sub RemoveByCode ( _
Code As UInteger _
)
void RemoveByCode(
uint Code
)
void RemoveByCode(
[InAttribute] unsigned int Code
)
abstract RemoveByCode :
Code:uint32 -> unit
function RemoveByCode(
Code : uint
)
參數
Code
類型:UInt32要移除之 ExceptionSetting 物件的代碼。
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。