Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
La classe e i relativi membri sono riservati per uso interno e non possono essere utilizzati nel codice.
Spazio dei nomi: Microsoft.VisualStudio.Data.Schema.Package.Project.Internal
Assembly: Microsoft.VisualStudio.Data.Schema.Package (in Microsoft.VisualStudio.Data.Schema.Package.dll)
Sintassi
'Dichiarazione
Public Function Next ( _
elements As UInteger, _
dependencies As IVsDependency(), _
<OutAttribute> ByRef elementsFetched As UInteger _
) As Integer
public int Next(
uint elements,
IVsDependency[] dependencies,
out uint elementsFetched
)
public:
virtual int Next(
unsigned int elements,
array<IVsDependency^>^ dependencies,
[OutAttribute] unsigned int% elementsFetched
) sealed
abstract Next :
elements:uint32 *
dependencies:IVsDependency[] *
elementsFetched:uint32 byref -> int
override Next :
elements:uint32 *
dependencies:IVsDependency[] *
elementsFetched:uint32 byref -> int
public final function Next(
elements : uint,
dependencies : IVsDependency[],
elementsFetched : uint
) : int
Parametri
- elements
Tipo: System.UInt32
- dependencies
Tipo: array<Microsoft.VisualStudio.Shell.Interop.IVsDependency[]
- elementsFetched
Tipo: System.UInt32%
Valore restituito
Tipo: System.Int32
Implementa
IVsEnumDependencies.Next(UInt32, array<IVsDependency[], UInt32%)
Sicurezza di .NET Framework
- Attendibilità totale per il chiamante immediato. Impossibile utilizzare questo membro in codice parzialmente attendibile. Per ulteriori informazioni, vedere Utilizzo di librerie da codice parzialmente attendibile.
Vedere anche
Riferimenti
Spazio dei nomi Microsoft.VisualStudio.Data.Schema.Package.Project.Internal