XamlDirect.GetBooleanProperty(IXamlDirectObject, XamlPropertyIndex) Method

Definition

Gets the value of a Boolean property for a specific IXamlDirectObject.

public:
 virtual bool GetBooleanProperty(IXamlDirectObject ^ xamlDirectObject, XamlPropertyIndex propertyIndex) = GetBooleanProperty;
bool GetBooleanProperty(IXamlDirectObject const& xamlDirectObject, XamlPropertyIndex const& propertyIndex);
public bool GetBooleanProperty(IXamlDirectObject xamlDirectObject, XamlPropertyIndex propertyIndex);
function getBooleanProperty(xamlDirectObject, propertyIndex)
Public Function GetBooleanProperty (xamlDirectObject As IXamlDirectObject, propertyIndex As XamlPropertyIndex) As Boolean

Parameters

xamlDirectObject
IXamlDirectObject

A reference to the specific IXamlDirectObject.

propertyIndex
XamlPropertyIndex

A reference to the Boolean property to get the value of from the list of supported properties in XamlPropertyIndex enum.

Returns

Boolean

bool

Boolean value of the specified property.

Applies to

See also