IInternalConfigHost.GetStreamNameForConfigSource(String, String) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Retourne une chaîne représentant le nom du fichier de configuration associé à l'objet Stream effectuant des tâches d'E/S sur le fichier de configuration distant.
public:
System::String ^ GetStreamNameForConfigSource(System::String ^ streamName, System::String ^ configSource);
public string GetStreamNameForConfigSource (string streamName, string configSource);
abstract member GetStreamNameForConfigSource : string * string -> string
Public Function GetStreamNameForConfigSource (streamName As String, configSource As String) As String
Paramètres
- streamName
- String
Chaîne représentant le nom du fichier de configuration associé à l'objet Stream effectuant des tâches d'E/S sur le fichier de configuration.
- configSource
- String
Chaîne représentant le chemin d'accès à un fichier de configuration distant.
Retours
Chaîne représentant le nom du fichier de configuration associé à l'objet Stream effectuant des tâches d'E/S sur le fichier de configuration.