Compartilhar via


Propriedade VCPropertySheet.FileTools

Lista as ferramentas disponíveis que operam nos arquivos.

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

Sintaxe

'Declaração
ReadOnly Property FileTools As IVCCollection
IVCCollection FileTools { get; }
property IVCCollection^ FileTools {
    IVCCollection^ get ();
}
abstract FileTools : IVCCollection with get
function get FileTools () : IVCCollection

Valor de propriedade

Tipo: Microsoft.VisualStudio.VCProjectEngine.IVCCollection
A IVCCollection coleção.

Segurança do .NET Framework

Consulte também

Referência

VCPropertySheet Interface

Namespace Microsoft.VisualStudio.VCProjectEngine