ToolboxItemWrapper.AssemblyName 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定工具箱項目的組件名稱。
public:
property System::String ^ AssemblyName { System::String ^ get(); void set(System::String ^ value); };
public string AssemblyName { get; set; }
member this.AssemblyName : string with get, set
Public Property AssemblyName As String
屬性值
組件名稱。
例外狀況
組件名稱已指定,無法在初始化對應的 ToolboxItem 之後變更。
備註
如果組件名稱變更,就會引發事件,表示屬性值已變更。 設定作業是等冪的:如果組件名稱設定為已經存在的值,則沒有變更。