Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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
'Declaration
Public MustOverride Function GetProviders As Guid()
public abstract Guid[] GetProviders()
public:
virtual array<Guid>^ GetProviders() abstract
abstract GetProviders : unit -> Guid[]
public abstract function GetProviders() : Guid[]
Return Value
Type: array<System.Guid[]
Returns an array of GUIDs.
.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.