C# Class ManagedUiaCustomizationCore.UiaTypesHelper

Afficher le fichier Open project: TestStack/uia-custom-pattern-managed Class Usage Examples

Méthodes publiques

Méthode Description
IsElementOnClientSide ( Type type ) : bool
IsElementOnServerSide ( Type type ) : bool
IsInType ( UIAutomationType type ) : bool
IsOutType ( UIAutomationType type ) : bool
TypeToAutomationType ( Type type ) : UIAutomationType
TypeToOutAutomationType ( Type type ) : UIAutomationType

Method Details

IsElementOnClientSide() public static méthode

public static IsElementOnClientSide ( Type type ) : bool
type System.Type
Résultat bool

IsElementOnServerSide() public static méthode

public static IsElementOnServerSide ( Type type ) : bool
type System.Type
Résultat bool

IsInType() public static méthode

public static IsInType ( UIAutomationType type ) : bool
type UIAutomationType
Résultat bool

IsOutType() public static méthode

public static IsOutType ( UIAutomationType type ) : bool
type UIAutomationType
Résultat bool

TypeToAutomationType() public static méthode

public static TypeToAutomationType ( Type type ) : UIAutomationType
type System.Type
Résultat UIAutomationType

TypeToOutAutomationType() public static méthode

public static TypeToOutAutomationType ( Type type ) : UIAutomationType
type System.Type
Résultat UIAutomationType