VCPropertySheet.FileTools Property

Lists the available tools that operate on files.

Namespace:  Microsoft.VisualStudio.VCProjectEngine
Assembly:  Microsoft.VisualStudio.VCProjectEngine (in Microsoft.VisualStudio.VCProjectEngine.dll)

Syntax

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

Property Value

Type: Microsoft.VisualStudio.VCProjectEngine.IVCCollection
A IVCCollection collection.

.NET Framework Security

See Also

Reference

VCPropertySheet Interface

Microsoft.VisualStudio.VCProjectEngine Namespace