CacheRequest.Current Property

Definition

Gets the CacheRequest that is active on the current thread.

public:
 static property System::Windows::Automation::CacheRequest ^ Current { System::Windows::Automation::CacheRequest ^ get(); };
public static System.Windows.Automation.CacheRequest Current { get; }
static member Current : System.Windows.Automation.CacheRequest
Public Shared ReadOnly Property Current As CacheRequest

Property Value

The active CacheRequest.

Applies to