XamlDirect.GetBooleanProperty(IXamlDirectObject, XamlPropertyIndex) メソッド

定義

特定の IXamlDirectObjectBoolean プロパティの値を取得します。

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

パラメーター

xamlDirectObject
IXamlDirectObject

特定の IXamlDirectObject への参照。

propertyIndex
XamlPropertyIndex

XamlPropertyIndex 列挙型でサポートされているプロパティの一覧から の値を取得するブール型 (Boolean) プロパティへの参照。

戻り値

Boolean

bool

指定したプロパティのブール値。

適用対象

こちらもご覧ください