IInstalledToolboxItemInfo インターフェイス

定義

既存のツールボックス項目に関する情報を提供します。

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

アイテムの完全な階層型名 (アセンブリ名を含まない) を取得します。

適用対象