Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Retrieves or sets a GUID value indicating the current selected data source.
Namespace: Microsoft.VisualStudio.Data
Assembly: Microsoft.VisualStudio.Data (in Microsoft.VisualStudio.Data.dll)
Syntax
'Declaration
Public MustOverride Property SelectedSource As Guid
Get
Set
public abstract Guid SelectedSource { get; set; }
public:
virtual property Guid SelectedSource {
Guid get () abstract;
void set (Guid value) abstract;
}
abstract SelectedSource : Guid with get, set
abstract function get SelectedSource () : Guid
abstract function set SelectedSource (value : Guid)
Property Value
Type: System.Guid
Returns a GUID object instance reflecting the current data source.
Exceptions
| Exception | Condition |
|---|---|
| ArgumentException | When setting the selected provider, the specified GUID is not a registered DDEX provider. |
Remarks
This value reflects which data source (if any) is selected in the Data Source list box on the Data Source dialog box.
.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.