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 형식에서는 다음과 같은 멤버를 노출합니다.

속성

  이름 설명
Public 속성 ContainingProject 해당 웹 서비스 컬렉션이 들어 있는 디자인 타임 확장성(DTE2) 개체에서 프로젝트에 대한 참조를 가져옵니다.
Public 속성 Count 컬렉션의 항목 수를 가져옵니다.
Public 속성 DTE 이 웹 서비스 컬렉션이 들어 있는 프로젝트를 포함하는 DTE2 개체에 대한 참조를 가져옵니다.

위쪽

메서드

  이름 설명
Public 메서드 GetEnumerator WebServices 컬렉션의 항목을 반복하는 열거자를 가져옵니다.
Public 메서드 Item 컬렉션에서 지정한 인덱스의 WebService를 반환합니다.

위쪽

설명

이 클래스의 개체는 VSWebSite 개체의 WebServices 속성을 통해서만 가져올 수 있습니다.

참고 항목

참조

VsWebSite 네임스페이스

VSWebSite

WebService

기타 리소스

자동화 어셈블리 및 DTE2 개체 참조