VCPropertySheet.FileTools 属性

列出了操作文件的可用工具。

命名空间:  Microsoft.VisualStudio.VCProjectEngine
程序集:  Microsoft.VisualStudio.VCProjectEngine(在 Microsoft.VisualStudio.VCProjectEngine.dll 中)

语法

声明
ReadOnly Property FileTools As IVCCollection
IVCCollection FileTools { get; }
property IVCCollection^ FileTools {
    IVCCollection^ get ();
}
abstract FileTools : IVCCollection with get
function get FileTools () : IVCCollection

属性值

类型:Microsoft.VisualStudio.VCProjectEngine.IVCCollection
一个 IVCCollection 集合。

.NET Framework 安全性

请参见

参考

VCPropertySheet 接口

Microsoft.VisualStudio.VCProjectEngine 命名空间