FindAttribute Method
Definition
Namespace: Avalonia.Win32.Interop.Automation
Assembly: Avalonia.Win32 (in Avalonia.Win32.dll)
- C#
- VB
- F#
ITextRangeProvider FindAttribute(
int attribute,
Object value,
bool backward
)
Function FindAttribute (
attribute As Integer,
value As Object,
backward As Boolean
) As ITextRangeProvider
abstract FindAttribute :
attribute : int *
value : Object *
backward : bool -> ITextRangeProvider
Parameters
Return Value
ITextRangeProviderSee Also
Reference
ITextRangeProvider Interface
Avalonia.Win32.Interop.Automation Namespace