AutomationProperties.GetSizeOfSet(DependencyObject) Method

Definition

Gets the value of the property for the specified .

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 specified .

Returns

Int32

int

The value of the property.

Applies to