1 implementation of Interface
System.Windows.Forms (1)
System\Windows\Forms\Accessibility\AccessibleObject.cs (1)
34
IValueProvider.
Interface
,
12 references to Interface
System.Windows.Forms (3)
System\Windows\Forms\Accessibility\AccessibleObject.cs (3)
1367
HRESULT IValueProvider.
Interface
.SetValue(PCWSTR val)
1373
HRESULT IValueProvider.
Interface
.get_Value(BSTR* pRetVal)
1384
HRESULT IValueProvider.
Interface
.get_IsReadOnly(BOOL* pRetVal)
System.Windows.Forms.Primitives (9)
_generated\274\Windows.Win32.IValueProvider.g.cs (3)
74
winmdroot.Foundation.HRESULT __hr = winmdroot.ComHelpers.UnwrapCCW(pThis, out
Interface
__object);
123
winmdroot.Foundation.HRESULT __hr = winmdroot.ComHelpers.UnwrapCCW(pThis, out
Interface
__object);
166
winmdroot.Foundation.HRESULT __hr = winmdroot.ComHelpers.UnwrapCCW(pThis, out
Interface
__object);
_generated\586\Windows.Win32.UI_Accessibility_IValueProvider_Extensions.g.cs (6)
23
/// <inheritdoc cref="winmdroot.UI.Accessibility.IValueProvider.
Interface
.SetValue(winmdroot.Foundation.PCWSTR)"/>
24
internal static unsafe winmdroot.Foundation.HRESULT SetValue(this winmdroot.UI.Accessibility.IValueProvider.
Interface
@this, string val)
33
/// <inheritdoc cref="winmdroot.UI.Accessibility.IValueProvider.
Interface
.get_Value(winmdroot.Foundation.BSTR*)"/>
34
internal static unsafe winmdroot.Foundation.HRESULT get_Value(this winmdroot.UI.Accessibility.IValueProvider.
Interface
@this, out winmdroot.Foundation.BSTR pRetVal)
43
/// <inheritdoc cref="winmdroot.UI.Accessibility.IValueProvider.
Interface
.get_IsReadOnly(winmdroot.Foundation.BOOL*)"/>
44
internal static unsafe winmdroot.Foundation.HRESULT get_IsReadOnly(this winmdroot.UI.Accessibility.IValueProvider.
Interface
@this, out winmdroot.Foundation.BOOL pRetVal)