IVsDataConnectionDialog.UnspecifiedSource Property

Gets a GUID representing an unspecified data source.

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

Syntax

'宣言
ReadOnly Property UnspecifiedSource As Guid
'使用
Dim instance As IVsDataConnectionDialog
Dim value As Guid

value = instance.UnspecifiedSource
Guid UnspecifiedSource { get; }
property Guid UnspecifiedSource {
    Guid get ();
}
function get UnspecifiedSource () : Guid

Property Value

Type: System.Guid

A GUID representing an unspecified data source.

Remarks

In the Choose/Change Data Source dialog box, it is possible to include an <other> data source that can be associated with any set of registered DDEX providers. The returned Guid value allows clients to check whether this unspecified data source has been chosen.

Permissions

See Also

Reference

IVsDataConnectionDialog Interface

IVsDataConnectionDialog Members

Microsoft.VisualStudio.Data.Services Namespace