WorkflowMarkupSerializationManager.IDesignerSerializationManager.Properties プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
利用可能なシリアライザーを使用してシリアル化できるプロパティのコレクションを取得します。
property System::ComponentModel::PropertyDescriptorCollection ^ System::ComponentModel::Design::Serialization::IDesignerSerializationManager::Properties { System::ComponentModel::PropertyDescriptorCollection ^ get(); };
System.ComponentModel.PropertyDescriptorCollection System.ComponentModel.Design.Serialization.IDesignerSerializationManager.Properties { get; }
member this.System.ComponentModel.Design.Serialization.IDesignerSerializationManager.Properties : System.ComponentModel.PropertyDescriptorCollection
ReadOnly Property Properties As PropertyDescriptorCollection Implements IDesignerSerializationManager.Properties
プロパティ値
シリアル化の対象のプロパティを格納している PropertyDescriptorCollection。
実装
注釈
このプロパティは、空のコレクションを格納できます。 シリアライザーでは、なんらかのプロパティが存在することを前提にしないでください。