Partager via


DeploymentContributor.OnApplyDeploymentConfiguration, méthode

Appelé par le processus de déploiement dans Visual Studio pour permettre à votre code de collecter des informations de configuration à partir des fichiers fournis.

Espace de noms :  Microsoft.Data.Schema.Build
Assembly :  Microsoft.Data.Schema (dans Microsoft.Data.Schema.dll)

Syntaxe

'Déclaration
Protected Overridable Sub OnApplyDeploymentConfiguration ( _
    context As DeploymentContributorContext, _
    configurationFiles As ICollection(Of DeploymentContributorConfigurationFile) _
)
protected virtual void OnApplyDeploymentConfiguration(
    DeploymentContributorContext context,
    ICollection<DeploymentContributorConfigurationFile> configurationFiles
)
protected:
virtual void OnApplyDeploymentConfiguration(
    DeploymentContributorContext^ context, 
    ICollection<DeploymentContributorConfigurationFile^>^ configurationFiles
)
abstract OnApplyDeploymentConfiguration : 
        context:DeploymentContributorContext * 
        configurationFiles:ICollection<DeploymentContributorConfigurationFile> -> unit 
override OnApplyDeploymentConfiguration : 
        context:DeploymentContributorContext * 
        configurationFiles:ICollection<DeploymentContributorConfigurationFile> -> unit 
protected function OnApplyDeploymentConfiguration(
    context : DeploymentContributorContext, 
    configurationFiles : ICollection<DeploymentContributorConfigurationFile>
)

Paramètres

Sécurité .NET Framework

Voir aussi

Référence

DeploymentContributor Classe

Microsoft.Data.Schema.Build, espace de noms

DeploymentContributorContext

DeploymentContributorConfigurationFile