IInstalledToolboxItemInfo.CustomProperties 속성

정의

대화 상자의 "사용자 지정" 열에 표시할 문자열을 가져오거나 사용자 지정 속성이 필요하지 않은 경우 null을 가져옵니다.

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

속성 값

적용 대상