ExtensionsSection.BehaviorExtensions プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
セクションで定義されたすべての動作拡張を取得します。
public:
property System::ServiceModel::Configuration::ExtensionElementCollection ^ BehaviorExtensions { System::ServiceModel::Configuration::ExtensionElementCollection ^ get(); };
[System.Configuration.ConfigurationProperty("behaviorExtensions")]
public System.ServiceModel.Configuration.ExtensionElementCollection BehaviorExtensions { get; }
[<System.Configuration.ConfigurationProperty("behaviorExtensions")>]
member this.BehaviorExtensions : System.ServiceModel.Configuration.ExtensionElementCollection
Public ReadOnly Property BehaviorExtensions As ExtensionElementCollection
プロパティ値
動作拡張のコレクション。
- 属性
注釈
動作の拡張により、ユーザーはユーザー定義の動作要素を作成できます。 これらの要素は、標準の Windows Communication Foundation (WCF) 動作要素と共に使用できます。