ServiceContractGenerationContext.Operations 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得表示合約作業的 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 物件。