Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Represents a reference to a project in the same solution.
Namespace: Microsoft.VisualStudio.VCProjectEngine
Assembly: Microsoft.VisualStudio.VCProjectEngine (in Microsoft.VisualStudio.VCProjectEngine.dll)
Syntax
'Declaration
<GuidAttribute("238B5180-2429-11D7-8BF6-00B0D03DAA06")> _
Public Interface VCProjectReference _
Inherits VCReference
'Usage
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
Remarks
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.