Поделиться через


VCProjectReference - интерфейс

Represents a reference to a project in the same solution.

Пространство имен:  Microsoft.VisualStudio.VCProjectEngine
Сборка:  Microsoft.VisualStudio.VCProjectEngine (в Microsoft.VisualStudio.VCProjectEngine.dll)

Синтаксис

'Декларация
<GuidAttribute("238B5180-2429-11D7-8BF6-00B0D03DAA06")> _
Public Interface VCProjectReference _
    Implements VCReference
'Применение
Dim instance As VCProjectReference
[GuidAttribute("238B5180-2429-11D7-8BF6-00B0D03DAA06")]
public interface VCProjectReference : VCReference
[GuidAttribute(L"238B5180-2429-11D7-8BF6-00B0D03DAA06")]
public interface class VCProjectReference : VCReference
public interface VCProjectReference extends VCReference

Заметки

At minimum, VCProjectReference is a build-order dependency. If it is a .NET assembly, it is included in the DLL. If it is not a .NET assembly and it searches a .lib file, it is linked into your EXE.

См. также

Ссылки

VCProjectReference - члены

Microsoft.VisualStudio.VCProjectEngine - пространство имен