Freigeben über


DeploymentContributor.OnApplyDeploymentConfiguration-Methode

Wird vom Bereitstellungsprozess in Visual Studio aufgerufen, um es dem Code zu ermöglichen, Konfigurationsinformationen von den bereitgestellten Dateien zu sammeln.

Namespace:  Microsoft.Data.Schema.Build
Assembly:  Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)

Syntax

'Declaration
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>
)

Parameter

.NET Framework-Sicherheit

Siehe auch

Referenz

DeploymentContributor Klasse

Microsoft.Data.Schema.Build-Namespace

DeploymentContributorContext

DeploymentContributorConfigurationFile