INodeWithEdit.Edit(String) 메서드

정의

컨트롤의 이름을 편집합니다.

public:
 void Edit(System::String ^ newLabel);
public void Edit (string newLabel);
abstract member Edit : string -> unit
Public Sub Edit (newLabel As String)

매개 변수

newLabel
String

노드의 새 이름을 나타내는 String 값입니다.

적용 대상