DesignerOptionService.CreateOptionCollection メソッド
アセンブリ: System (system.dll 内)

Protected Function CreateOptionCollection ( _ parent As DesignerOptionCollection, _ name As String, _ value As Object _ ) As DesignerOptionCollection
Dim parent As DesignerOptionCollection Dim name As String Dim value As Object Dim returnValue As DesignerOptionCollection returnValue = Me.CreateOptionCollection(parent, name, value)
protected DesignerOptionCollection CreateOptionCollection ( DesignerOptionCollection parent, string name, Object value )
protected: DesignerOptionCollection^ CreateOptionCollection ( DesignerOptionCollection^ parent, String^ name, Object^ value )
protected DesignerOptionCollection CreateOptionCollection ( DesignerOptionCollection parent, String name, Object value )
protected function CreateOptionCollection ( parent : DesignerOptionCollection, name : String, value : Object ) : DesignerOptionCollection
戻り値
DesignerOptionService.DesignerOptionCollection。


value パラメータは、パブリック プロパティがオプション コレクションの Properties コレクションで使用されているオブジェクトを指定します。value パラメータは、このオプション コレクションがプロパティを提供しない場合、null 参照 (Visual Basic では Nothing) に設定できます。プロパティは、PropertyDescriptor のコンポーネント パラメータに値を渡す処理を無視して、代わりに value オブジェクトを使用するようにラップされます。

Windows 98, Windows 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
開発プラットフォームの中には、.NET Framework によってサポートされていないバージョンがあります。サポートされているバージョンについては、「システム要件」を参照してください。


- DesignerOptionService.CreateOptionCollection メソッドのページへのリンク