1 implementation of Interface
System.Windows.Forms (1)
System\Windows\Forms\Accessibility\AccessibleObject.cs (1)
49
IMultipleViewProvider.
Interface
,
14 references to Interface
System.Windows.Forms (4)
System\Windows\Forms\Accessibility\AccessibleObject.cs (4)
3009
HRESULT IMultipleViewProvider.
Interface
.get_CurrentView(int* pRetVal)
3020
HRESULT IMultipleViewProvider.
Interface
.GetSupportedViews(SAFEARRAY** pRetVal)
3034
HRESULT IMultipleViewProvider.
Interface
.GetViewName(int viewId, BSTR* pRetVal)
3045
HRESULT IMultipleViewProvider.
Interface
.SetCurrentView(int viewId)
System.Windows.Forms.Primitives (10)
_generated\191\Windows.Win32.IMultipleViewProvider.g.cs (4)
64
winmdroot.Foundation.HRESULT __hr = winmdroot.ComHelpers.UnwrapCCW(pThis, out
Interface
__object);
105
winmdroot.Foundation.HRESULT __hr = winmdroot.ComHelpers.UnwrapCCW(pThis, out
Interface
__object);
154
winmdroot.Foundation.HRESULT __hr = winmdroot.ComHelpers.UnwrapCCW(pThis, out
Interface
__object);
181
winmdroot.Foundation.HRESULT __hr = winmdroot.ComHelpers.UnwrapCCW(pThis, out
Interface
__object);
_generated\570\Windows.Win32.UI_Accessibility_IMultipleViewProvider_Extensions.g.cs (6)
23
/// <inheritdoc cref="winmdroot.UI.Accessibility.IMultipleViewProvider.
Interface
.GetViewName(int, winmdroot.Foundation.BSTR*)"/>
24
internal static unsafe winmdroot.Foundation.HRESULT GetViewName(this winmdroot.UI.Accessibility.IMultipleViewProvider.
Interface
@this, int viewId, out winmdroot.Foundation.BSTR pRetVal)
33
/// <inheritdoc cref="winmdroot.UI.Accessibility.IMultipleViewProvider.
Interface
.get_CurrentView(int*)"/>
34
internal static unsafe winmdroot.Foundation.HRESULT get_CurrentView(this winmdroot.UI.Accessibility.IMultipleViewProvider.
Interface
@this, out int pRetVal)
43
/// <inheritdoc cref="winmdroot.UI.Accessibility.IMultipleViewProvider.
Interface
.GetSupportedViews(winmdroot.System.Com.SAFEARRAY**)"/>
44
internal static unsafe winmdroot.Foundation.HRESULT GetSupportedViews(this winmdroot.UI.Accessibility.IMultipleViewProvider.
Interface
@this, out winmdroot.System.Com.SAFEARRAY* pRetVal)