次の方法で共有


IToolboxItemInfo.ExtraInfo プロパティ

定義

ユーザーが項目の作成を選択した場合に IToolboxItemCreator.CreateToolboxItem に渡される名前と値のペアのコレクションを取得します。

public:
 property System::Collections::Generic::IEnumerable<System::Collections::Generic::KeyValuePair<System::String ^, System::String ^>> ^ ExtraInfo { System::Collections::Generic::IEnumerable<System::Collections::Generic::KeyValuePair<System::String ^, System::String ^>> ^ get(); };
public System.Collections.Generic.IEnumerable<System.Collections.Generic.KeyValuePair<string,string>> ExtraInfo { get; }
member this.ExtraInfo : seq<System.Collections.Generic.KeyValuePair<string, string>>
Public ReadOnly Property ExtraInfo As IEnumerable(Of KeyValuePair(Of String, String))

プロパティ値

注釈

このプロパティは、バックグラウンド スレッドでアクセスできます。

適用対象