1 implementation of Format
System.Windows.Forms (1)
System\Windows\Forms\ActiveX\AxHost.VBFormat.cs (1)
14
HRESULT IVBFormat.Interface.
Format
(
3 references to Format
System.Windows.Forms.Primitives (3)
Windows.Win32.IVBFormat.g.cs (1)
78
return __object.
Format
(vData, bstrFormat, lpBuffer, cb, lcid, sFirstDayOfWeek, sFirstWeekOfYear, rcb);
Windows.Win32.System_Ole_IVBFormat_Extensions.g.cs (2)
23
/// <inheritdoc cref="winmdroot.System.Ole.IVBFormat.Interface.
Format
(winmdroot.System.Variant.VARIANT*, winmdroot.Foundation.BSTR, void*, ushort, int, short, ushort, ushort*)"/>
30
winmdroot.Foundation.HRESULT __result = @this.
Format
(vDataLocal, bstrFormat, lpBuffer, cb, lcid, sFirstDayOfWeek, sFirstWeekOfYear, rcbLocal);