VCProject.ToolFiles 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取自定义生成规则文件的集合。
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
属性值
与项目关联的自定义生成规则文件的集合。
- 属性