Este tema aún no ha recibido ninguna valoración - Valorar este tema

TableItemPattern.Current (Propiedad)

Gets the current property values for this TableItemPattern.

Espacio de nombres: System.Windows.Automation
Ensamblado: UIAutomationClient (en uiautomationclient.dll)
Espacio de nombres XML:  http://schemas.microsoft.com/winfx/2006/xaml/presentation

public TableItemPatternInformation Current { get; }
/** @property */
public TableItemPatternInformation get_Current ()

public function get Current () : TableItemPatternInformation

No aplicable.

Valor de propiedad

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.

Microsoft .NET Framework 3.0 es compatible con Windows Vista, Microsoft Windows XP SP2 y Windows Server 2003 SP1.

.NET Framework

Compatible con: 3.0
¿Te ha resultado útil?
(Caracteres restantes: 1500)

Adiciones de comunidad

AGREGAR
© 2013 Microsoft. Reservados todos los derechos.