C# Class System.Windows.Automation.CacheRequest

Afficher le fichier Open project: apetrovskiy/STUPS Class Usage Examples

Private Properties

Свойство Type Description
CacheRequest System
CheckAccess void

Méthodes publiques

Méthode Description
Activate ( ) : IDisposable
Add ( AutomationPattern pattern ) : void
Add ( AutomationProperty property ) : void
CacheRequest ( ) : System
Clone ( ) : CacheRequest
Pop ( ) : void
Push ( ) : void

Private Methods

Méthode Description
CacheRequest ( UIAutomationClient obj ) : System
CheckAccess ( ) : void

Method Details

Activate() public méthode

public Activate ( ) : IDisposable
Résultat IDisposable

Add() public méthode

public Add ( AutomationPattern pattern ) : void
pattern AutomationPattern
Résultat void

Add() public méthode

public Add ( AutomationProperty property ) : void
property AutomationProperty
Résultat void

CacheRequest() public méthode

public CacheRequest ( ) : System
Résultat System

Clone() public méthode

public Clone ( ) : CacheRequest
Résultat CacheRequest

Pop() public méthode

public Pop ( ) : void
Résultat void

Push() public méthode

public Push ( ) : void
Résultat void