ScriptComponentDescriptor.AddComponentProperty(String, String) 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
지정된 속성을 추가하고 해당 속성을 지정된 요소에 연결합니다.
public:
void AddComponentProperty(System::String ^ name, System::String ^ componentID);
public void AddComponentProperty (string name, string componentID);
member this.AddComponentProperty : string * string -> unit
Public Sub AddComponentProperty (name As String, componentID As String)
매개 변수
- name
- String
속성의 이름입니다.
- componentID
- String
대상 구성 요소의 ID입니다.
예외
name
또는 componentID
가 null
이거나 빈 문자열("")인 경우
설명
컨트롤에서 사용 하 여 클라이언트 스크립트로 변환 및 속성의 내부 사전에 지정된 된 속성을 추가 하는이 메서드는 GetScript 메서드.