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;否則為空字串(“”)。

適用於