次の方法で共有


Constraint.ExtendedProperties プロパティ

ユーザー定義の制約のプロパティのコレクションを取得します。

Public ReadOnly Property ExtendedProperties As PropertyCollection
[C#]
public PropertyCollection ExtendedProperties {get;}
[C++]
public: __property PropertyCollection* get_ExtendedProperties();
[JScript]
public function get ExtendedProperties() : PropertyCollection;

プロパティ値

カスタム情報の PropertyCollection

解説

拡張プロパティは String 型である必要があります。 Constraint が XML として書き込まれた場合、 String 型ではないプロパティは永続化されません。

必要条件

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

参照

Constraint クラス | Constraint メンバ | System.Data 名前空間