Udostępnij za pośrednictwem


IRawElementProviderFragment Interfejs

Definicja

Uwidacznia metody i właściwości elementów interfejsu użytkownika, które są częścią struktury większej niż jeden poziom głębokości, takich jak pole listy lub element listy. Zaimplementowane przez dostawców automatyzacji interfejsu użytkownika.

public interface class IRawElementProviderFragment : System::Windows::Automation::Provider::IRawElementProviderSimple
[System.Runtime.InteropServices.ComVisible(true)]
[System.Runtime.InteropServices.Guid("f7063da8-8359-439c-9297-bbc5299a7d87")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IRawElementProviderFragment : System.Windows.Automation.Provider.IRawElementProviderSimple
public interface IRawElementProviderFragment : System.Windows.Automation.Provider.IRawElementProviderSimple
[<System.Runtime.InteropServices.ComVisible(true)>]
[<System.Runtime.InteropServices.Guid("f7063da8-8359-439c-9297-bbc5299a7d87")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IRawElementProviderFragment = interface
    interface IRawElementProviderSimple
type IRawElementProviderFragment = interface
    interface IRawElementProviderSimple
Public Interface IRawElementProviderFragment
Implements IRawElementProviderSimple
Pochodne
Atrybuty
Implementuje

Uwagi

Węzeł główny fragmentu musi obsługiwać IRawElementProviderFragmentRoot interfejs, który dziedziczy z IRawElementProviderFragmentklasy .

Właściwości

BoundingRectangle

Pobiera prostokąt ograniczenia tego elementu.

FragmentRoot

Pobiera węzeł główny fragmentu.

HostRawElementProvider

Pobiera podstawowego dostawcę dla tego elementu.

(Odziedziczone po IRawElementProviderSimple)
ProviderOptions

Pobiera wartość określającą charakterystykę dostawcy automatyzacji interfejsu użytkownika; na przykład niezależnie od tego, czy jest to dostawca po stronie klienta, czy po stronie serwera.

(Odziedziczone po IRawElementProviderSimple)

Metody

GetEmbeddedFragmentRoots()

Pobiera tablicę korzeni fragmentów osadzonych w drzewie elementów automatyzacji interfejsu użytkownika zakorzenionych w bieżącym elemencie.

GetPatternProvider(Int32)

Pobiera obiekt, który zapewnia obsługę wzorca kontrolki w elemecie automatyzacji interfejsu użytkownika.

(Odziedziczone po IRawElementProviderSimple)
GetPropertyValue(Int32)

Pobiera wartość właściwości obsługiwanej przez dostawcę automatyzacji interfejsu użytkownika.

(Odziedziczone po IRawElementProviderSimple)
GetRuntimeId()

Pobiera identyfikator środowiska uruchomieniowego elementu.

Navigate(NavigateDirection)

Pobiera element automatyzacji interfejsu użytkownika w określonym kierunku w drzewie.

SetFocus()

Ustawia fokus na ten element.

Dotyczy

Zobacz też