ServiceContractGenerationContext.Operations Propriedade

Definição

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

Collection<OperationContractGenerationContext>

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.

Aplica-se a