共用方式為


ServiceContractGenerationContext.Operations 屬性

定義

取得表示合約作業的 OperationContractGenerationContext 物件的集合。

public:
 property System::Collections::ObjectModel::Collection<System::ServiceModel::Description::OperationContractGenerationContext ^> ^ Operations { System::Collections::ObjectModel::Collection<System::ServiceModel::Description::OperationContractGenerationContext ^> ^ get(); };
public System.Collections.ObjectModel.Collection<System.ServiceModel.Description.OperationContractGenerationContext> Operations { get; }
member this.Operations : System.Collections.ObjectModel.Collection<System.ServiceModel.Description.OperationContractGenerationContext>
Public ReadOnly Property Operations As Collection(Of OperationContractGenerationContext)

屬性值

表示合約作業的 OperationContractGenerationContext 物件的集合。

備註

您可以使用 Operations 屬性來檢查或修改表示合約作業的 System.ServiceModel.Description.OperationContractGenerationContext 物件。

適用於