Retrieves an array of data provider GUIDs representing DDEX providers that support the data source.
Namespace: Microsoft.VisualStudio.Data
Assembly: Microsoft.VisualStudio.Data (in Microsoft.VisualStudio.Data.dll)
Syntax
'宣言
Public MustOverride Function GetProviders As Guid()
'使用
Dim instance As DataSource
Dim returnValue As Guid()
returnValue = instance.GetProviders()
public abstract Guid[] GetProviders()
public:
virtual array<Guid>^ GetProviders() abstract
public abstract function GetProviders() : Guid[]
Return Value
Type: []
Returns an array of GUIDs.
Permissions
- 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.