17 references to GetValue
System.Private.Windows.Core (17)
Windows\Win32\System\Variant\VARIANT.cs (17)
527SetValue(array, psa->GetValue<sbyte>(indices), indices, lowerBounds); 530SetValue(array, psa->GetValue<byte>(indices), indices, lowerBounds); 533SetValue(array, psa->GetValue<short>(indices), indices, lowerBounds); 536SetValue(array, psa->GetValue<ushort>(indices), indices, lowerBounds); 540SetValue(array, psa->GetValue<int>(indices), indices, lowerBounds); 545SetValue(array, psa->GetValue<uint>(indices), indices, lowerBounds); 548SetValue(array, psa->GetValue<long>(indices), indices, lowerBounds); 551SetValue(array, psa->GetValue<ulong>(indices), indices, lowerBounds); 554SetValue(array, psa->GetValue<float>(indices), indices, lowerBounds); 557SetValue(array, psa->GetValue<double>(indices), indices, lowerBounds); 561VARIANT_BOOL data = psa->GetValue<VARIANT_BOOL>(indices); 568DECIMAL data = psa->GetValue<DECIMAL>(indices); 575long data = psa->GetValue<long>(indices); 582double data = psa->GetValue<double>(indices); 589IntPtr data = psa->GetValue<IntPtr>(indices); 597IntPtr data = psa->GetValue<IntPtr>(indices); 612VARIANT data = psa->GetValue<VARIANT>(indices);