ServiceContractGenerationContext.Operations Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient une collection d’objets OperationContractGenerationContext qui représentent les opérations de contrat.
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)
Valeur de propriété
Collection d’objets OperationContractGenerationContext qui représentent les opérations de contrat.
Remarques
Utilisez la propriété Operations pour examiner ou modifier les objets System.ServiceModel.Description.OperationContractGenerationContext qui représentent les opérations de contrat.