VersionControlExplorerExt.ShowDeletedItems Property
Specifies if deleted items are shown in the Source Control Explorer
Namespace: Microsoft.VisualStudio.TeamFoundation.VersionControl
Assembly: Microsoft.VisualStudio.TeamFoundation.VersionControl (in Microsoft.VisualStudio.TeamFoundation.VersionControl.dll)
Syntax
'Declaration
Public Property ShowDeletedItems As Boolean
public bool ShowDeletedItems { get; set; }
public:
property bool ShowDeletedItems {
bool get ();
void set (bool value);
}
member ShowDeletedItems : bool with get, set
function get ShowDeletedItems () : boolean
function set ShowDeletedItems (value : boolean)
Property Value
Type: System.Boolean
Returns Boolean.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
VersionControlExplorerExt Class
Microsoft.VisualStudio.TeamFoundation.VersionControl Namespace