共用方式為


IVsEnumWCFMetadataStorages.Next 方法

擷取下一個IVsWCFMetadataStorage

命名空間:  Microsoft.VisualStudio.WCFReference.Interop
組件:  Microsoft.VisualStudio.WCFReference.Interop (在 Microsoft.VisualStudio.WCFReference.Interop.dll 中)

語法

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

參數

  • celt
    類型:UInt32

    合約介面,以傳回,或為零時,表示所有物件的要求數目。

  • pceltFetched
    類型:UInt32%

    擷取的合約介面的實際數目。

傳回值

類型:Int32
下一步中的儲存索引rgelt。

.NET Framework 安全性

請參閱

參考

IVsEnumWCFMetadataStorages 介面

Microsoft.VisualStudio.WCFReference.Interop 命名空間