共用方式為


CONSTRUCTOR_ENUM

選取不同類型的建構函式。

語法

public enum ConstructorMatchOptions {
    crAll       = 0,
    crNonStatic = 1,
    crStatic    = 2
};

欄位​​

crAll
選取所有建構函式。

crNonStatic
選取非靜態建構函式。

crStatic
選取靜態建構函式。

備註

當做自變數傳遞至 EnumConstructors 方法。

需求

標頭:sh.h

命名空間:Microsoft.VisualStudio.Debugger.Interop

元件:Microsoft.VisualStudio.Debugger.Interop.dll

另請參閱