References 인터페이스
업데이트: 2007년 11월
Visual Basic 프로젝트나 C# 프로젝트에서 외부 구성 요소에 대한 모든 참조를 포함합니다.
네임스페이스: VSLangProj
어셈블리: VSLangProj(VSLangProj.dll)
구문
<GuidAttribute("B8758EE4-0553-4BC9-8432-440449D35C14")> _
Public Interface References _
Implements IEnumerable
Dim instance As References
[GuidAttribute("B8758EE4-0553-4BC9-8432-440449D35C14")]
public interface References : IEnumerable
[GuidAttribute(L"B8758EE4-0553-4BC9-8432-440449D35C14")]
public interface class References : IEnumerable
public interface References extends IEnumerable
설명
외부 구성 요소에 대해 코드를 작성하려면 먼저 해당 구성 요소에 대한 참조를 프로젝트에 포함해야 합니다. 3가지 종류의 구성 요소 형식(.NET 어셈블리, .NET 프로젝트, COM 자동화 서버 및 컨트롤)에 대한 참조를 만들 수 있습니다. 추가할 수 있는 참조 형식에 대한 자세한 내용은 Add, AddActiveX 및 AddProject를 참조하십시오.
예제
References를 참조하십시오.