Método DeploymentContributor.OnApplyDeploymentConfiguration
Chamado pelo processo de implantação em Visual Studio ao seu código uma oportunidade para coletar informações de configuração de arquivos fornecido.
Namespace: Microsoft.Data.Schema.Build
Assembly: Microsoft.Data.Schema (em Microsoft.Data.Schema.dll)
Sintaxe
'Declaração
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>
)
Parâmetros
- context
Tipo: Microsoft.Data.Schema.Build.DeploymentContributorContext
A DeploymentContributorContext objeto.
- configurationFiles
Tipo: System.Collections.Generic.ICollection<DeploymentContributorConfigurationFile>
Um ICollection<T> de DeploymentContributorConfigurationFile objetos.
Segurança do .NET Framework
- Confiança total para o chamador imediato. O membro não pode ser usado por código parcialmente confiável. Para obter mais informações, consulte Usando bibliotecas de código parcialmente confiáveis.