Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.