IInstalledToolboxItemInfo 介面
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
提供現有工具箱項目的相關信息。
public interface class IInstalledToolboxItemInfo
public interface class IInstalledToolboxItemInfo
__interface IInstalledToolboxItemInfo
public interface IInstalledToolboxItemInfo
type IInstalledToolboxItemInfo = interface
Public Interface IInstalledToolboxItemInfo
- 衍生
備註
由套件實作,並透過 IToolboxItemCreator.GetItemInfo 提供。
屬性
AssemblyName |
取得專案的元件名稱。 |
CustomProperties |
取得要顯示在對話框 「自定義」數據行中的字串,如果沒有自定義屬性,則為 null。 |
TypeName |
取得專案的完整階層類型名稱, (不包含元件名稱) 。 |