共用方式為


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 命名空間