TableItemPattern.Current Property
Assembly: UIAutomationClient (in uiautomationclient.dll)
XML Namespace: http://schemas.microsoft.com/winfx/2006/xaml/presentation
'Declaration Public ReadOnly Property Current As TableItemPatternInformation 'Usage Dim instance As TableItemPattern Dim value As TableItemPatternInformation value = instance.Current
/** @property */ public TableItemPatternInformation get_Current ()
public function get Current () : TableItemPatternInformation
Not applicable.
Property Value
The current property values.This pattern must be from an AutomationElement with an Full reference in order to get current values. If the AutomationElement was obtained using None, it contains only cached data, and attempting to get the current value of any property raises an exception. Use Cached to get the cached value of a property that was previously specified using a CacheRequest.
For information on the properties available and their use, see TableItemPattern.TableItemPatternInformation.
Windows 98, Windows Server 2000 SP4, Windows CE, Windows Millennium Edition, Windows Mobile for Pocket PC, Windows Mobile for Smartphone, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The Microsoft .NET Framework 3.0 is supported on Windows Vista, Microsoft Windows XP SP2, and Windows Server 2003 SP1.