UtilSystemNotificationNotifyMediaInserted Method
Notifies the system that a storage media has been inserted into a drive.
Namespace: DevCase.Core.Windows.CommonAssembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public static void NotifyMediaInserted(
string driveRootPath
)
Public Shared Sub NotifyMediaInserted (
driveRootPath As String
)
Dim driveRootPath As String
UtilSystemNotification.NotifyMediaInserted(driveRootPath)
public:
static void NotifyMediaInserted(
String^ driveRootPath
)
static member NotifyMediaInserted :
driveRootPath : string -> unit
No code example is currently available or this language may not be supported.
Parameters
- driveRootPath String
-
The root path of the drive that contains the new media.
ArgumentNullException
|
driveRootPath
|