ServiceContractGenerationContext.Operations Propriedade
Definição
Importante
Algumas informações dizem respeito a um produto pré-lançado que pode ser substancialmente modificado antes de ser lançado. A Microsoft não faz garantias, de forma expressa ou implícita, em relação à informação aqui apresentada.
Obtém uma coleção de OperationContractGenerationContext objetos que representam as operações contritárias.
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 de Propriedade
Uma coleção de OperationContractGenerationContext objetos que representam as operações contritárias.
Observações
Use a Operations propriedade para examinar ou modificar os System.ServiceModel.Description.OperationContractGenerationContext objetos que representam as operações contritárias.