Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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.