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 in the project.
Namespace: Microsoft.VisualStudio.VCProjectEngine
Assembly: Microsoft.VisualStudio.VCProjectEngine (in Microsoft.VisualStudio.VCProjectEngine.dll)
Syntax
'Declaration
<GuidAttribute("238B5178-2429-11D7-8BF6-00B0D03DAA06")> _
Public Interface VCReference _
Inherits VCProjectItem
'Usage
Dim instance As VCReference
[GuidAttribute("238B5178-2429-11D7-8BF6-00B0D03DAA06")]
public interface VCReference : VCProjectItem
[GuidAttribute(L"238B5178-2429-11D7-8BF6-00B0D03DAA06")]
public interface class VCReference : VCProjectItem
public interface VCReference extends VCProjectItem
Remarks
Visual C++ supports the following reference types:
.NET assemblies
Projects (.NET and non-.NET assemblies)
COM objects
Unlike Visual Basic and Visual C#, Visual C++ distinguishes between project references and assembly references, that is, Visual C++ supports non-.NET assembly project references.