次の方法で共有


CodeDomSerializer.SerializeProperties メソッド

指定したフィルタを使用して、指定したオブジェクトのすべてのプロパティをシリアル化します。

Protected Sub SerializeProperties( _
   ByVal manager As IDesignerSerializationManager, _   ByVal statements As CodeStatementCollection, _   ByVal value As Object, _   ByVal filter() As Attribute _)
[C#]
protected void SerializeProperties(IDesignerSerializationManagermanager,CodeStatementCollectionstatements,objectvalue,Attribute[] filter);
[C++]
protected: void SerializeProperties(IDesignerSerializationManager* manager,CodeStatementCollection* statements,Object* value,Attribute* filter[]);
[JScript]
protected function SerializeProperties(
   manager : IDesignerSerializationManager,statements : CodeStatementCollection,value : Object,filter : Attribute[]);

パラメータ

  • manager
    シリアル化時に使用するシリアル化マネージャ。
  • statements
    シリアル化されたプロパティ ステートメントを追加する先のステートメントのコレクション。
  • value
    プロパティをシリアル化する対象となるオブジェクト。
  • filter
    プロパティ検索に適用するメンバ属性フィルタ。

必要条件

プラットフォーム: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 ファミリ

.NET Framework セキュリティ:

参照

CodeDomSerializer クラス | CodeDomSerializer メンバ | System.ComponentModel.Design.Serialization 名前空間