WorkflowMarkupSerializationManager.IDesignerSerializationManager.Properties プロパティ

定義

使用可能なシリアライザーでシリアル化できるプロパティのコレクションを取得します。

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

実装

注釈

このプロパティには、空のコレクションを含めることができます。 シリアライザーでは、プロパティが存在することを想定しないでください。

適用対象