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 インターフェイスは、クライアント アプリケーションまたはサービス アプリケーションのアプリケーション レベルで、操作全体の実行の一部の側面を変更、調査、または拡張するために実装されます。