ScriptComponentDescriptor.ID 속성

정의

현재 ScriptComponentDescriptor 인스턴스의 ID를 가져오거나 설정합니다.

public:
 virtual property System::String ^ ID { System::String ^ get(); void set(System::String ^ value); };
public virtual string ID { get; set; }
member this.ID : string with get, set
Public Overridable Property ID As String

속성 값

현재 ScriptComponentDescriptor 인스턴스의 ID(설정된 경우)이고, 그렇지 않으면 빈 문자열("")입니다.

적용 대상