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
- context
Type : Microsoft.Data.Schema.Build.DeploymentContributorContext
Objet DeploymentContributorContext.
- configurationFiles
Type : System.Collections.Generic.ICollection<DeploymentContributorConfigurationFile>
Collection ICollection<T> d'objets DeploymentContributorConfigurationFile.
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.