OperationContext.Extensions 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
從目前訊息內容取得服務擴充部分的集合。
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)
屬性值
OperationContext 擴充部分的集合。
實作
備註
Extensions使用 屬性來取得用來修改內容或新增自訂狀態之 所有延伸的 OperationContext 集合。 如需延伸模組的詳細資訊,請參閱 可延伸物件。