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
string ToDisplayString()
String^ ToDisplayString()
abstract ToDisplayString : unit -> string
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
- 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.
See Also
Reference
IVsDataConnectionUIProperties Interface
Microsoft.VisualStudio.Data.Services.SupportEntities Namespace