RecycleBinUtilMasterBin Property
Gets the master recycle bin representation.
The master Recycle Bin is the one that contains all the recycled items of all the recycle bins.
Namespace: DevCase.ThirdParty.WindowsApiCodePackAssembly: DevCase.net48.ThirdParty.WindowsApiCodePack (in DevCase.net48.ThirdParty.WindowsApiCodePack.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public static MasterBinLayout MasterBin { get; }
Public Shared ReadOnly Property MasterBin As MasterBinLayout
Get
Dim value As MasterBinLayout
value = RecycleBinUtil.MasterBin
public:
static property MasterBinLayout^ MasterBin {
MasterBinLayout^ get ();
}
static member MasterBin : MasterBinLayout with get
No code example is currently available or this language may not be supported.
Property Value
MasterBinLayout
The master recycle bin.