MtpDevice.GetStorageInfo(Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Retrieves the MtpStorageInfo
for a storage unit.
[Android.Runtime.Register("getStorageInfo", "(I)Landroid/mtp/MtpStorageInfo;", "")]
public Android.Mtp.MtpStorageInfo? GetStorageInfo (int storageId);
[<Android.Runtime.Register("getStorageInfo", "(I)Landroid/mtp/MtpStorageInfo;", "")>]
member this.GetStorageInfo : int -> Android.Mtp.MtpStorageInfo
Parameters
- storageId
- Int32
the ID of the storage unit
Returns
the MtpStorageInfo, or null if fetching storage info fails
- Attributes
Remarks
Retrieves the MtpStorageInfo
for a storage unit.
Java documentation for android.mtp.MtpDevice.getStorageInfo(int)
.
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.