InternalConfigEventArgs(String) Construtor
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.
Inicializa uma nova instância da InternalConfigEventArgs classe.
Esta API suporta a infraestrutura de produtos e não é pressuposta para ser utilizada diretamente a partir do seu código.
public:
InternalConfigEventArgs(System::String ^ configPath);
public InternalConfigEventArgs(string configPath);
new System.Configuration.Internal.InternalConfigEventArgs : string -> System.Configuration.Internal.InternalConfigEventArgs
Public Sub New (configPath As String)
Parâmetros
- configPath
- String
Um caminho de configuração.