2 implementations of GetFieldNames
System.Windows.Forms.Primitives.Tests (2)
Interop\Oleaut32\SAFEARRAYTests.cs (1)
158public HRESULT GetFieldNames(uint* pcNames, BSTR* rgBstrNames) => throw new NotImplementedException();
Interop\Oleaut32\VARIANTTests.cs (1)
5725public HRESULT GetFieldNames(uint* pcNames, BSTR* rgBstrNames) => HRESULT.E_NOTIMPL;
3 references to GetFieldNames
System.Private.Windows.Core (3)
Windows.Win32.IRecordInfo.g.cs (1)
535 return __object.GetFieldNames(pcNames, rgBstrNames);
Windows.Win32.System_Ole_IRecordInfo_Extensions.g.cs (2)
98 /// <inheritdoc cref="winmdroot.System.Ole.IRecordInfo.Interface.GetFieldNames(uint*, winmdroot.Foundation.BSTR*)"/> 103 winmdroot.Foundation.HRESULT __result = @this.GetFieldNames(pcNamesLocal, rgBstrNames);