ExceptionSettings.RemoveByCode(UInt32) 方法

定义

ExceptionSetting从集合中删除由代码指定的对象 ExceptionSettings

public:
 void RemoveByCode(System::UInt32 Code);
public:
 void RemoveByCode(unsigned int Code);
void RemoveByCode(unsigned int Code);
[System.Runtime.InteropServices.DispId(202)]
public void RemoveByCode (uint Code);
[<System.Runtime.InteropServices.DispId(202)>]
abstract member RemoveByCode : uint32 -> unit
Public Sub RemoveByCode (Code As UInteger)

参数

Code
UInt32
属性

适用于