共用方式為


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 (若有設定),否則為空字串 ("")。

適用於