Share via


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

定義

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

public:
 virtual int GetInt32Property(IXamlDirectObject ^ xamlDirectObject, XamlPropertyIndex propertyIndex) = GetInt32Property;
int GetInt32Property(IXamlDirectObject const& xamlDirectObject, XamlPropertyIndex const& propertyIndex);
public int GetInt32Property(IXamlDirectObject xamlDirectObject, XamlPropertyIndex propertyIndex);
function getInt32Property(xamlDirectObject, propertyIndex)
Public Function GetInt32Property (xamlDirectObject As IXamlDirectObject, propertyIndex As XamlPropertyIndex) As Integer

パラメーター

xamlDirectObject
IXamlDirectObject

特定の IXamlDirectObject への参照。

propertyIndex
XamlPropertyIndex

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

戻り値

Int32

int

指定したプロパティの Int32 値。

適用対象

こちらもご覧ください