AssemblyReferences 인터페이스
웹 사이트 프로젝트에 사용된 참조 컬렉션에 대한 액세스를 제공합니다.
네임스페이스: VsWebSite
어셈블리: VsWebSite.Interop(VsWebSite.Interop.dll)
구문
‘선언
<GuidAttribute("2C264A1A-DBFB-43FE-9434-997B5BE0FCCC")> _
Public Interface AssemblyReferences _
Inherits IEnumerable
[GuidAttribute("2C264A1A-DBFB-43FE-9434-997B5BE0FCCC")]
public interface AssemblyReferences : IEnumerable
[GuidAttribute(L"2C264A1A-DBFB-43FE-9434-997B5BE0FCCC")]
public interface class AssemblyReferences : IEnumerable
[<GuidAttribute("2C264A1A-DBFB-43FE-9434-997B5BE0FCCC")>]
type AssemblyReferences =
interface
interface IEnumerable
end
public interface AssemblyReferences extends IEnumerable
AssemblyReferences 형식에서는 다음과 같은 멤버를 노출합니다.
속성
이름 | 설명 | |
---|---|---|
![]() |
ContainingProject | 이 웹 서비스를 포함하는 DTE 개체에서 프로젝트에 대한 참조를 가져옵니다. |
![]() |
Count | AssemblyReferences 컬렉션의 총 항목 수를 가져옵니다. |
![]() |
DTE | 이 웹 서비스가 들어 있는 프로젝트를 포함하는 DTE2 개체에 대한 참조를 가져옵니다. |
위쪽
메서드
이름 | 설명 | |
---|---|---|
![]() |
AddFromFile | 지정한 파일 경로의 AssemblyReferences 컬렉션에 AssemblyReference 개체를 추가합니다. |
![]() |
AddFromGAC | GAC의 어셈블리를 나타내는 AssemblyReference 개체를 추가합니다. |
![]() |
AddFromProject | 다른 프로젝트의 AssemblyReference 개체를 추가합니다. |
![]() |
GetEnumerator | AssemblyReferences 컬렉션을 반복할 수 있는 열거자를 가져옵니다. |
![]() |
Item | 컬렉션의 항목을 검색합니다. |
위쪽