다음을 통해 공유


References 인터페이스

Visual Basic 프로젝트나 C# 프로젝트에서 외부 구성 요소에 대한 모든 참조를 포함합니다.

네임스페이스: VSLangProj
어셈블리: VSLangProj(vslangproj.dll)

구문

‘선언
<GuidAttribute("B8758EE4-0553-4BC9-8432-440449D35C14")> _
Public Interface References
    Inherits 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
/** @attribute GuidAttribute("B8758EE4-0553-4BC9-8432-440449D35C14") */ 
public interface References extends IEnumerable
GuidAttribute("B8758EE4-0553-4BC9-8432-440449D35C14") 
public interface References extends IEnumerable

설명

외부 구성 요소에 대해 코드를 작성하려면 먼저 해당 구성 요소에 대한 참조를 프로젝트에 포함해야 합니다. 3가지 종류의 구성 요소 형식(.NET 어셈블리, .NET 프로젝트, COM 자동화 서버 및 컨트롤)에 대한 참조를 만들 수 있습니다. 추가할 수 있는 참조 형식에 대한 자세한 내용은 Add, AddActiveXAddProject를 참조하십시오.

예제

References를 참조하십시오.

참고 항목

참조

References 멤버
VSLangProj 네임스페이스