2 implementations of GetName
System.Windows.Forms.Primitives.Tests (2)
Interop\Oleaut32\SAFEARRAYTests.cs (1)
140
public HRESULT
GetName
(BSTR* pbstrName) => throw new NotImplementedException();
Interop\Oleaut32\VARIANTTests.cs (1)
5707
public HRESULT
GetName
(BSTR* pbstrName) => HRESULT.E_NOTIMPL;
1 reference to GetName
System.Private.Windows.Core (1)
Windows.Win32.IRecordInfo.g.cs (1)
210
return __object.
GetName
(pbstrName);