ServiceContractGenerationContext.Operations Propriedade
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Obtém uma coleção de objetos OperationContractGenerationContext que representam as operações de contrato.
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)
Valor da propriedade
Uma coleção de OperationContractGenerationContext objetos que representam as operações de contrato.
Comentários
Use a Operations propriedade para examinar ou modificar os System.ServiceModel.Description.OperationContractGenerationContext objetos que representam as operações de contrato.