示例#1
0
        public static async Task <bool> TryGetCurrentUserDriveAsync()
        {
            string driveId = await UserSnippets.GetCurrentUserDriveAsync();

            return(driveId != null);
        }