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

속성 값

설명

이 속성은 백그라운드 스레드에서 액세스할 수 있습니다.

적용 대상