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.
The VCFile object describes the operations that can take place on a file in the active project.
Namespace: Microsoft.VisualStudio.VCProjectEngine
Assembly: Microsoft.VisualStudio.VCProjectEngine (in Microsoft.VisualStudio.VCProjectEngine.dll)
Syntax
'Declaration
<GuidAttribute("238B5175-2429-11D7-8BF6-00B0D03DAA06")> _
Public Interface VCFile _
Inherits VCProjectItem
'Usage
Dim instance As VCFile
[GuidAttribute("238B5175-2429-11D7-8BF6-00B0D03DAA06")]
public interface VCFile : VCProjectItem
[GuidAttribute(L"238B5175-2429-11D7-8BF6-00B0D03DAA06")]
public interface class VCFile : VCProjectItem
public interface VCFile extends VCProjectItem