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
)

参数

.NET Framework 安全性

请参阅

参考

ExceptionSettings 接口

EnvDTE90 命名空间

其他资源

自动化对象模型图表