VCProject.ToolFiles 属性

定义

获取自定义生成规则文件的集合。

public:
 property Microsoft::VisualStudio::VCProjectEngine::IVCCollection ^ ToolFiles { Microsoft::VisualStudio::VCProjectEngine::IVCCollection ^ get(); };
[System.Runtime.InteropServices.DispId(859)]
public Microsoft.VisualStudio.VCProjectEngine.IVCCollection ToolFiles { [System.Runtime.InteropServices.DispId(859)] get; }
[<System.Runtime.InteropServices.DispId(859)>]
[<get: System.Runtime.InteropServices.DispId(859)>]
member this.ToolFiles : Microsoft.VisualStudio.VCProjectEngine.IVCCollection
Public ReadOnly Property ToolFiles As IVCCollection

属性值

IVCCollection

与项目关联的自定义生成规则文件的集合。

属性

适用于