ScriptComponentDescriptor.AddElementProperty(String, String) 메서드

정의

지정된 속성을 추가하고 해당 속성을 지정된 구성 요소에 연결합니다.

public:
 void AddElementProperty(System::String ^ name, System::String ^ elementID);
public void AddElementProperty (string name, string elementID);
member this.AddElementProperty : string * string -> unit
Public Sub AddElementProperty (name As String, elementID As String)

매개 변수

name
String

속성의 이름입니다.

elementID
String

대상 요소의 ID입니다.

예외

name 또는 componentnull이거나 빈 문자열("")인 경우

설명

이 메서드를 통해 클라이언트 스크립트로 변환 되는 속성의 내부 사전에 지정된 된 속성을 추가 합니다 GetScript 메서드.

적용 대상