更新 : 2007 年 11 月
コレクションから WebReference オブジェクトを取得します。
名前空間 : VsWebSite
アセンブリ : VsWebSite.Interop (VsWebSite.Interop.dll 内)
構文
'宣言
Function Item ( _
index As Object _
) As WebReference
'使用
Dim instance As WebReferences
Dim index As Object
Dim returnValue As WebReference
returnValue = instance(index)
WebReference Item(
Object index
)
WebReference^ Item(
[InAttribute] Object^ index
)
function Item(
index : Object
) : WebReference
パラメータ
index
型 : System.Objectコレクション内の項目のインデックス。インデックスは数値で指定することも、ServiceLocationUrl で指定することもできます。
戻り値
WebReference オブジェクト。
アクセス許可
- 直前の呼び出し元に対する完全な信頼。このメンバは、部分的に信頼されているコードから使用することはできません。詳細については、「部分信頼コードからのライブラリの使用」を参照してください。