AutomationProperties.GetSizeOfSet(DependencyObject) Method

Definition

Gets the value of the AutomationProperties.SizeOfSet property for the specified DependencyObject.

public:
 static int GetSizeOfSet(DependencyObject ^ element);
 static int GetSizeOfSet(DependencyObject const& element);
public static int GetSizeOfSet(DependencyObject element);
function getSizeOfSet(element)
Public Shared Function GetSizeOfSet (element As DependencyObject) As Integer

Parameters

element
DependencyObject

The DependencyObject to check.

Returns

Int32

int

The value of the AutomationProperties.SizeOfSet property.

Applies to

See also