VCCodeFunction.IsDelete 属性

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

语法

声明
Property IsDelete As Boolean
bool IsDelete { get; set; }
property bool IsDelete {
    bool get ();
    void set (bool value);
}
abstract IsDelete : bool with get, set
function get IsDelete () : boolean 
function set IsDelete (value : boolean)

属性值

类型:Boolean

.NET Framework 安全性

请参阅

参考

VCCodeFunction 接口

Microsoft.VisualStudio.VCCodeModel 命名空间