バージョン

CreateLongPeriodProperty メソッド

このクラスの派生物である、さまざまな長い期間の依存プロパティを定義するためのヘルパー メソッド。
シンタックス
'宣言
 
Protected Shared Function CreateLongPeriodProperty( _
   ByVal defaultValue As Integer, _
   ByVal ownerType As Type _
) As DependencyProperty
protected static DependencyProperty CreateLongPeriodProperty( 
   int defaultValue,
   Type ownerType
)

パラメータ

defaultValue
作成する期間プロパティのデフォルト値。
ownerType
期間プロパティを所有するタイプ。

戻り値の型

依存プロパティ ID。
参照