ProtocolImporter.UnsupportedOperationBindingWarning(String) Método

Definição

Ativa um aviso UnsupportedOperationsIgnored na enumeração ServiceDescriptionImportWarnings obtida por meio da propriedade Warnings.Turns on an UnsupportedOperationsIgnored warning in the ServiceDescriptionImportWarnings enumeration obtained through the Warnings property. Este método também adiciona uma mensagem de aviso aos comentários para a classe que está sendo gerada.This method also adds a warning message to the comments for the class that is being generated.

public:
 void UnsupportedOperationBindingWarning(System::String ^ text);
public void UnsupportedOperationBindingWarning (string text);
member this.UnsupportedOperationBindingWarning : string -> unit
Public Sub UnsupportedOperationBindingWarning (text As String)

Parâmetros

text
String

Anotação a ser adicionado à mensagem de aviso, que já indica que a associação da operação foi ignorada.Annotation to be added to the warning message, which already indicates that the operation binding has been ignored.

Aplica-se a