Deployment.OnConfigure Method

Returns null.

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

Syntax

'Declaration
Protected Overridable Function OnConfigure ( _
    manifest As Project, _
    fileLocation As DirectoryInfo _
) As IList(Of DataSchemaError)
'Usage
Dim manifest As Project
Dim fileLocation As DirectoryInfo
Dim returnValue As IList(Of DataSchemaError)

returnValue = Me.OnConfigure(manifest, _
    fileLocation)
protected virtual IList<DataSchemaError> OnConfigure(
    Project manifest,
    DirectoryInfo fileLocation
)
protected:
virtual IList<DataSchemaError^>^ OnConfigure(
    Project^ manifest, 
    DirectoryInfo^ fileLocation
)
protected function OnConfigure(
    manifest : Project, 
    fileLocation : DirectoryInfo
) : IList<DataSchemaError>
abstract OnConfigure : 
        manifest:Project * 
        fileLocation:DirectoryInfo -> IList<DataSchemaError> 
override OnConfigure : 
        manifest:Project * 
        fileLocation:DirectoryInfo -> IList<DataSchemaError> 

Parameters

Return Value

Type: System.Collections.Generic.IList<DataSchemaError>

.NET Framework Security

See Also

Reference

Deployment Class

Deployment Members

Microsoft.Data.Schema.Build Namespace