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))

属性值

注解

可以在后台线程上访问此属性。

适用于