DomainClass.OnNamespaceChanged(String, String) Método
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.
Chamado quando o namespace de um DomainClass é alterado
protected:
virtual void OnNamespaceChanged(System::String ^ oldValue, System::String ^ newValue);
protected virtual void OnNamespaceChanged (string oldValue, string newValue);
abstract member OnNamespaceChanged : string * string -> unit
override this.OnNamespaceChanged : string * string -> unit
Protected Overridable Sub OnNamespaceChanged (oldValue As String, newValue As String)
Parâmetros
- oldValue
- String
- newValue
- String