Share via


DeploymentContributorConfigurationSetup.EnumerateInputs Method

Returns an enumerable collection of DeploymentContributorConfigurationFile objects.

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

Syntax

'Declaration
Public Function EnumerateInputs As IEnumerable(Of DeploymentContributorConfigurationFile)
public IEnumerable<DeploymentContributorConfigurationFile> EnumerateInputs()
public:
IEnumerable<DeploymentContributorConfigurationFile^>^ EnumerateInputs()
member EnumerateInputs : unit -> IEnumerable<DeploymentContributorConfigurationFile> 
public function EnumerateInputs() : IEnumerable<DeploymentContributorConfigurationFile>

Return Value

Type: System.Collections.Generic.IEnumerable<DeploymentContributorConfigurationFile>
An enumerable collection of configuration files.

.NET Framework Security

See Also

Reference

DeploymentContributorConfigurationSetup Class

Microsoft.Data.Schema.Build Namespace