InternalConfigEventArgs(String) Konstruktor

Definice

Inicializuje novou instanci InternalConfigEventArgs třídy.

Toto rozhraní API podporuje produktovou infrastrukturu a není určené k použití přímo z uživatelského kódu.

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)

Parametry

configPath
String

Cesta ke konfiguraci.

Platí pro