IVsaDTCodeItem.CanDelete Property

This member supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Namespace:  Microsoft.Vsa
Assembly:  Microsoft.Vsa (in Microsoft.Vsa.dll)

Syntax

'Declaration
Property CanDelete As Boolean
    Get
    Set
bool CanDelete { get; set; }
property bool CanDelete {
    bool get ();
    void set (bool value);
}
abstract CanDelete : bool with get, set
function get CanDelete () : boolean
function set CanDelete (value : boolean)

Property Value

Type: System.Boolean

See Also

Reference

IVsaDTCodeItem Interface

Microsoft.Vsa Namespace