ProtocolImporter.UnsupportedBindingWarning(String) Método
Definição
Ativa um aviso UnsupportedBindingsIgnored na enumeração ServiceDescriptionImportWarnings obtida por meio da propriedade Warnings.Turns on an UnsupportedBindingsIgnored 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 UnsupportedBindingWarning(System::String ^ text);
public void UnsupportedBindingWarning (string text);
member this.UnsupportedBindingWarning : string -> unit
Public Sub UnsupportedBindingWarning (text As String)
Parâmetros
- text
- String
Anotação a ser adicionado à mensagem de aviso, que já indica que a associação foi ignorada.Annotation to be added to the warning message, which already indicates that the binding has been ignored.