DataConnectionDialog.AvailableProviders 属性

定义

重要

此 API 不符合 CLS。

检索 "数据连接" 对话框中当前可供选择的 DDEX 提供程序的唯一标识符集合。

public:
 virtual property System::Collections::Generic::ICollection<Guid> ^ AvailableProviders { System::Collections::Generic::ICollection<Guid> ^ get(); };
[System.CLSCompliant(false)]
public virtual System.Collections.Generic.ICollection<Guid> AvailableProviders { get; }
[<System.CLSCompliant(false)>]
member this.AvailableProviders : System.Collections.Generic.ICollection<Guid>
Public Overridable ReadOnly Property AvailableProviders As ICollection(Of Guid)

属性值

ICollection<Guid>

返回一个 ICollection 对象实例,该实例包含当前可用的 DDEX 提供程序集的唯一标识符集合。

属性

适用于