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の派生クラスまたは実装は、ここで公開されるプロパティのセットを定義します。

注意 (実装者)

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

適用対象