VCFxCopTool2.ExecutionBucket 属性

命名空间:  Microsoft.VisualStudio.VCProjectEngine
程序集:  Microsoft.VisualStudio.VCProjectEngine(在 Microsoft.VisualStudio.VCProjectEngine.dll 中)

语法

声明
Property ExecutionBucket As Integer
int ExecutionBucket { get; set; }
property int ExecutionBucket {
    int get ();
    void set (int value);
}
abstract ExecutionBucket : int with get, set
function get ExecutionBucket () : int
function set ExecutionBucket (value : int)

属性值

类型:System.Int32

.NET Framework 安全性

请参见

参考

VCFxCopTool2 接口

Microsoft.VisualStudio.VCProjectEngine 命名空间