Share via


DataConnectionPromptDialog.CreateConnectionUIProperties Method

Creates a new IVsDataConnectionUIProperties object instance.

Namespace:  Microsoft.VisualStudio.Data.Framework
Assembly:  Microsoft.VisualStudio.Data.Framework (in Microsoft.VisualStudio.Data.Framework.dll)

Syntax

'Declaration
Protected Overridable Function CreateConnectionUIProperties As IVsDataConnectionUIProperties
protected virtual IVsDataConnectionUIProperties CreateConnectionUIProperties()
protected:
virtual IVsDataConnectionUIProperties^ CreateConnectionUIProperties()
abstract CreateConnectionUIProperties : unit -> IVsDataConnectionUIProperties  
override CreateConnectionUIProperties : unit -> IVsDataConnectionUIProperties
protected function CreateConnectionUIProperties() : IVsDataConnectionUIProperties

Return Value

Type: Microsoft.VisualStudio.Data.Services.SupportEntities.IVsDataConnectionUIProperties
An IVsDataConnectionUIProperties object.

Remarks

This method is called by the ConnectionUIProperties property to create a connection properties object when one does not yet exist. It then caches this object for the lifetime of the connection prompt dialog box object instance.

.NET Framework Security

See Also

Reference

DataConnectionPromptDialog Class

Microsoft.VisualStudio.Data.Framework Namespace