2 implementations of GetField
System.Windows.Forms.Primitives.Tests (2)
Interop\Oleaut32\SAFEARRAYTests.cs (1)
150
public HRESULT
GetField
(void* pvData, PCWSTR szFieldName, VARIANT* pvarField) => throw new NotImplementedException();
Interop\Oleaut32\VARIANTTests.cs (1)
5717
public HRESULT
GetField
(void* pvData, PCWSTR szFieldName, VARIANT* pvarField) => HRESULT.E_NOTIMPL;
3 references to GetField
System.Private.Windows.Core (3)
Windows.Win32.IRecordInfo.g.cs (1)
331
return __object.
GetField
(pvData, szFieldName, pvarField);
Windows.Win32.System_Ole_IRecordInfo_Extensions.g.cs (2)
43
/// <inheritdoc cref="winmdroot.System.Ole.IRecordInfo.Interface.
GetField
(void*, winmdroot.Foundation.PCWSTR, winmdroot.System.Variant.VARIANT*)"/>
50
winmdroot.Foundation.HRESULT __result = @this.
GetField
(pvData, szFieldNameLocal, pvarFieldLocal);