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

定義

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

public:
 virtual DateTime GetDateTimeProperty(IXamlDirectObject ^ xamlDirectObject, XamlPropertyIndex propertyIndex) = GetDateTimeProperty;
DateTime GetDateTimeProperty(IXamlDirectObject const& xamlDirectObject, XamlPropertyIndex const& propertyIndex);
public System.DateTimeOffset GetDateTimeProperty(IXamlDirectObject xamlDirectObject, XamlPropertyIndex propertyIndex);
function getDateTimeProperty(xamlDirectObject, propertyIndex)
Public Function GetDateTimeProperty (xamlDirectObject As IXamlDirectObject, propertyIndex As XamlPropertyIndex) As DateTimeOffset

パラメーター

xamlDirectObject
IXamlDirectObject

特定の IXamlDirectObject への参照。

propertyIndex
XamlPropertyIndex

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

戻り値

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

適用対象

こちらもご覧ください