IEnumWCFReferenceEndpoints.Next 方法

检索下 IVsWCFReferenceEndpoint

命名空间:  Microsoft.VisualStudio.WCFReference.Interop
程序集:  Microsoft.VisualStudio.WCFReference.Interop(在 Microsoft.VisualStudio.WCFReference.Interop.dll 中)

语法

声明
Function Next ( _
    celt As UInteger, _
    <OutAttribute> rgelt As IVsWCFReferenceEndpoint(), _
    <OutAttribute> ByRef pceltFetched As UInteger _
) As Integer
int Next(
    uint celt,
    IVsWCFReferenceEndpoint[] rgelt,
    out uint pceltFetched
)
int Next(
    [InAttribute] unsigned int celt, 
    [OutAttribute] array<IVsWCFReferenceEndpoint^>^ rgelt, 
    [OutAttribute] unsigned int% pceltFetched
)
abstract Next : 
        celt:uint32 * 
        rgelt:IVsWCFReferenceEndpoint[] byref * 
        pceltFetched:uint32 byref -> int
function Next(
    celt : uint, 
    rgelt : IVsWCFReferenceEndpoint[], 
    pceltFetched : uint
) : int

参数

  • celt
    类型:UInt32

    指示一个要求的终点接口的数字返回的或零所有对象。

  • pceltFetched
    类型:UInt32%

    终结点接口的实际数目检索的。

返回值

类型:Int32

.NET Framework 安全性

请参阅

参考

IEnumWCFReferenceEndpoints 接口

Microsoft.VisualStudio.WCFReference.Interop 命名空间