共用方式為


ObjectSelectorEditor.SelectorNode(String, Object) 建構函式

定義

初始化 ObjectSelectorEditor.SelectorNode 類別的新執行個體。

public:
 SelectorNode(System::String ^ label, System::Object ^ value);
public SelectorNode (string label, object value);
new System.ComponentModel.Design.ObjectSelectorEditor.SelectorNode : string * obj -> System.ComponentModel.Design.ObjectSelectorEditor.SelectorNode
Public Sub New (label As String, value As Object)

參數

label
String

節點的標籤。

value
Object

Object,表示節點的值。

適用於