バージョン

PropertyGridPropertyItem コンストラクタ

コンストラクター
シンタックス
'宣言
 
Public Function New( _
   ByVal sourceObject As Object, _
   ByVal propertyName As String, _
   ByVal categoryName As String, _
   ByVal propertyType As Type, _
   ByVal isReadOnly As Boolean, _
   ByVal isTypeConverterCustomProperty As Boolean _
)
public PropertyGridPropertyItem( 
   object sourceObject,
   string propertyName,
   string categoryName,
   Type propertyType,
   bool isReadOnly,
   bool isTypeConverterCustomProperty
)

パラメータ

sourceObject
プロパティ項目によって表されるプロパティを含むソース オブジェクト。
propertyName
プロパティの名前。
categoryName
プロパティが属するカテゴリの名前。
propertyType
プロパティのタイプ。
isReadOnly
プロパティの読み取り専用状態。
isTypeConverterCustomProperty
プロパティが TypeConverter.GetProperties からの取得に成功した場合は True。それ以外の場合は False。
参照