命名空间: Microsoft.VisualStudio.WCFReference.Interop
程序集: Microsoft.VisualStudio.WCFReference.Interop(在 Microsoft.VisualStudio.WCFReference.Interop.dll 中)
语法
声明
Function Next ( _
celt As UInteger, _
<OutAttribute> rgelt As IVsWCFReferenceContract(), _
<OutAttribute> ByRef pceltFetched As UInteger _
) As Integer
int Next(
uint celt,
IVsWCFReferenceContract[] rgelt,
out uint pceltFetched
)
int Next(
[InAttribute] unsigned int celt,
[OutAttribute] array<IVsWCFReferenceContract^>^ rgelt,
[OutAttribute] unsigned int% pceltFetched
)
abstract Next :
celt:uint32 *
rgelt:IVsWCFReferenceContract[] byref *
pceltFetched:uint32 byref -> int
function Next(
celt : uint,
rgelt : IVsWCFReferenceContract[],
pceltFetched : uint
) : int
参数
celt
类型:UInt32指示一个要求的协定接口数返回的或零所有对象。
rgelt
类型:array<Microsoft.VisualStudio.WCFReference.Interop.IVsWCFReferenceContract[]IVsWCFReferenceContract 对象的数组。 包含 pceltFetched 对象。
pceltFetched
类型:UInt32%协定接口的实际数目检索的。
返回值
类型:Int32
.NET Framework 安全性
- 对直接调用方的完全信任。此成员不能由部分信任的代码使用。有关详细信息,请参阅通过部分受信任的代码使用库。