IVsDataConnectionUIProperties.ToDisplayString Method

When implemented by a class, retrieves a string representation of the current set of data connection properties that is suitable for on-screen display.

Namespace:  Microsoft.VisualStudio.Data.Services.SupportEntities
Assembly:  Microsoft.VisualStudio.Data.Services (in Microsoft.VisualStudio.Data.Services.dll)

Syntax

Function ToDisplayString As String

Dim instance As IVsDataConnectionUIProperties
Dim returnValue As String

returnValue = instance.ToDisplayString()
string ToDisplayString()
String^ ToDisplayString()
function ToDisplayString() : String

Return Value

Type: System.String

A string representation of the current set of data connection properties that is suitable for on-screen display.

Permissions

See Also

Reference

IVsDataConnectionUIProperties Interface

IVsDataConnectionUIProperties Members

Microsoft.VisualStudio.Data.Services.SupportEntities Namespace