Share via


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

'Declaration
Function ToDisplayString As String
'Usage
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.

.NET Framework Security

See Also

Reference

IVsDataConnectionUIProperties Interface

IVsDataConnectionUIProperties Members

Microsoft.VisualStudio.Data.Services.SupportEntities Namespace