DesignerObject.Properties プロパティ  
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オブジェクトのプロパティを取得します。
public:
 property System::Collections::IDictionary ^ Properties { System::Collections::IDictionary ^ get(); };
	public System.Collections.IDictionary Properties { get; }
	member this.Properties : System.Collections.IDictionary
	Public ReadOnly Property Properties As IDictionary
	プロパティ値
オブジェクトのプロパティとそれらの値が格納されている IDictionary オブジェクト。