バージョン

CreatePeriodProperty メソッド

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

パラメータ

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

戻り値の型

依存プロパティ ID。
参照