IDesignerSerializationManager.Properties プロパティ

定義

有効なシリアライザーを使用してシリアル化できるカスタム プロパティを示します。

public:
 property System::ComponentModel::PropertyDescriptorCollection ^ Properties { System::ComponentModel::PropertyDescriptorCollection ^ get(); };
public System.ComponentModel.PropertyDescriptorCollection Properties { get; }
member this.Properties : System.ComponentModel.PropertyDescriptorCollection
Public ReadOnly Property Properties As PropertyDescriptorCollection

プロパティ値

シリアル化されるプロパティを格納している PropertyDescriptorCollection

注釈

このプロパティは、空のコレクションを格納できます。 シリアライザーでは、このようなプロパティが存在することを想定しないでください。 派生クラスまたは の IDesignerSerializationManager 実装は、ここで公開されるプロパティのセットを定義します。

注意 (実装者)

このプロパティは、ユーザー コードによって設定できます。 このコレクションを設定するには、 TypeDescriptor を呼び出GetProperties(Type)すだけで十分な場合があります。 カスタム プロパティが存在しない場合、シリアル化マネージャーは空のコレクションを返す必要があります。

適用対象