ImportExtension.BeforeApplicationRecordImport(ApplicationRecord) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Called Before each application record is imported.
public:
virtual Microsoft::Uii::Common::Entities::ApplicationRecord ^ BeforeApplicationRecordImport(Microsoft::Uii::Common::Entities::ApplicationRecord ^ app);
public virtual Microsoft.Uii.Common.Entities.ApplicationRecord BeforeApplicationRecordImport (Microsoft.Uii.Common.Entities.ApplicationRecord app);
abstract member BeforeApplicationRecordImport : Microsoft.Uii.Common.Entities.ApplicationRecord -> Microsoft.Uii.Common.Entities.ApplicationRecord
override this.BeforeApplicationRecordImport : Microsoft.Uii.Common.Entities.ApplicationRecord -> Microsoft.Uii.Common.Entities.ApplicationRecord
Public Overridable Function BeforeApplicationRecordImport (app As ApplicationRecord) As ApplicationRecord