IVsEnumCryptoProviders.Next Method

Namespace:  Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop.8.0 (in Microsoft.VisualStudio.Shell.Interop.8.0.dll)

Syntax

‘선언
Function Next ( _
    celt As UInteger, _
    <OutAttribute> pbstrProviders As String(), _
    <OutAttribute> ByRef pceltFetched As UInteger _
) As Integer
‘사용 방법
Dim instance As IVsEnumCryptoProviders
Dim celt As UInteger
Dim pbstrProviders As String()
Dim pceltFetched As UInteger
Dim returnValue As Integer

returnValue = instance.Next(celt, pbstrProviders, _
    pceltFetched)
int Next(
    uint celt,
    string[] pbstrProviders,
    out uint pceltFetched
)
int Next(
    [InAttribute] unsigned int celt, 
    [OutAttribute] array<String^>^ pbstrProviders, 
    [OutAttribute] unsigned int% pceltFetched
)
abstract Next : 
        celt:uint32 * 
        pbstrProviders:string[] byref * 
        pceltFetched:uint32 byref -> int 
function Next(
    celt : uint, 
    pbstrProviders : String[], 
    pceltFetched : uint
) : int

Parameters

Return Value

Type: System.Int32

.NET Framework Security

See Also

Reference

IVsEnumCryptoProviders Interface

IVsEnumCryptoProviders Members

Microsoft.VisualStudio.Shell.Interop Namespace