OperationDescription.Behaviors プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
操作に関連付けられている操作の動作を取得または設定します。
public:
property System::Collections::Generic::KeyedByTypeCollection<System::ServiceModel::Description::IOperationBehavior ^> ^ Behaviors { System::Collections::Generic::KeyedByTypeCollection<System::ServiceModel::Description::IOperationBehavior ^> ^ get(); };
public System.Collections.Generic.KeyedByTypeCollection<System.ServiceModel.Description.IOperationBehavior> Behaviors { get; }
member this.Behaviors : System.Collections.Generic.KeyedByTypeCollection<System.ServiceModel.Description.IOperationBehavior>
Public ReadOnly Property Behaviors As KeyedByTypeCollection(Of IOperationBehavior)
プロパティ値
操作に関連付けられている KeyedByTypeCollection<TItem> オブジェクトを含む IOperationBehavior。
注釈
IOperationBehavior インターフェイスは、クライアントまたはサービス アプリケーションで、操作全体にわたる実行の一部の側面をアプリケーション レベルで変更、確認、または拡張するために実装されます。