WebServices インターフェイス
WebService オブジェクトのコレクションを表します。
名前空間: VsWebSite
アセンブリ: VsWebSite.Interop (VsWebSite.Interop.dll 内)
構文
'宣言
<GuidAttribute("7BAEA84D-83B3-449D-B029-D225BD95820E")> _
Public Interface WebServices _
Inherits IEnumerable
[GuidAttribute("7BAEA84D-83B3-449D-B029-D225BD95820E")]
public interface WebServices : IEnumerable
[GuidAttribute(L"7BAEA84D-83B3-449D-B029-D225BD95820E")]
public interface class WebServices : IEnumerable
[<GuidAttribute("7BAEA84D-83B3-449D-B029-D225BD95820E")>]
type WebServices =
interface
interface IEnumerable
end
public interface WebServices extends IEnumerable
WebServices 型で公開されるメンバーは以下のとおりです。
プロパティ
名前 | 説明 | |
---|---|---|
ContainingProject | この Web サービス コレクションが含まれている、DTE2 (Design-Time Extensibility) オブジェクト内のプロジェクトへの参照を取得します。 | |
Count | コレクション内の項目の数を取得します。 | |
DTE | この Web サービス コレクションが含まれているプロジェクトが属する DTE2 オブジェクトへの参照を取得します。 |
このページのトップへ
メソッド
名前 | 説明 | |
---|---|---|
GetEnumerator() | コレクションを反復処理する列挙子を返します。 (IEnumerable から継承されます。) | |
GetEnumerator() | WebServices コレクション内の項目を反復処理するための列挙子を取得します。 | |
Item | コレクション内の指定されたインデックス位置の WebService を返します。 |
このページのトップへ
解説
このクラスのオブジェクトは、VSWebSite オブジェクトの WebServices プロパティを使用してのみ取得できます。