Sdílet prostřednictvím


OperationContext.Extensions Vlastnost

Definice

Získá kolekci rozšíření služeb z aktuálního kontextu zprávy.

public:
 property System::ServiceModel::IExtensionCollection<System::ServiceModel::OperationContext ^> ^ Extensions { System::ServiceModel::IExtensionCollection<System::ServiceModel::OperationContext ^> ^ get(); };
public System.ServiceModel.IExtensionCollection<System.ServiceModel.OperationContext> Extensions { get; }
member this.Extensions : System.ServiceModel.IExtensionCollection<System.ServiceModel.OperationContext>
Public ReadOnly Property Extensions As IExtensionCollection(Of OperationContext)

Hodnota vlastnosti

IExtensionCollection<OperationContext>

Kolekce rozšíření .OperationContext

Implementuje

Poznámky

Extensions Pomocí vlastnosti získejte kolekci všech rozšíření použitých k úpravě kontextu nebo přidání vlastního OperationContext stavu. Další informace o rozšířeních najdete v tématu Rozšiřitelné objekty.

Platí pro