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
类型:System.UInt32
要移除的 ExceptionSetting 对象的代码。
.NET Framework 安全性
- 对直接调用方的完全信任。此成员不能由部分信任的代码使用。有关更多信息,请参见通过部分受信任的代码使用库。