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合約介面,以傳回,或為零時,表示所有物件的要求數目。
rgelt
類型:array<Microsoft.VisualStudio.WCFReference.Interop.IVsWCFMetadataStorage[]IVsWCFMetadataStorage 物件的陣列。 包含pceltFetched物件。
pceltFetched
類型:UInt32%擷取的合約介面的實際數目。
傳回值
類型:Int32
下一步中的儲存索引rgelt。
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。