IVsWCFReferenceGroupCollection.Item 方法
傳回指定的 Windows 通訊資格參照群組集合中。
命名空間: Microsoft.VisualStudio.WCFReference.Interop
組件: Microsoft.VisualStudio.WCFReference.Interop (在 Microsoft.VisualStudio.WCFReference.Interop.dll 中)
語法
'宣告
Function Item ( _
index As Integer _
) As IVsWCFReferenceGroup
IVsWCFReferenceGroup Item(
int index
)
IVsWCFReferenceGroup^ Item(
[InAttribute] int index
)
abstract Item :
index:int -> IVsWCFReferenceGroup
function Item(
index : int
) : IVsWCFReferenceGroup
參數
index
類型:Int32Integer代表集合中的 WCF 參照群組的索引。
傳回值
類型:Microsoft.VisualStudio.WCFReference.Interop.IVsWCFReferenceGroup
WCF 參考群組。
備註
參照群組也可能會傳回藉由參考的命名空間和名稱 (GetReferenceGroupByName) 或.svcmap 檔案 (GetReferenceGroupFromMapFile)。
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。