Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Returns the tool files collection.
Namespace: Microsoft.VisualStudio.VCProjectEngine
Assembly: Microsoft.VisualStudio.VCProjectEngine (in Microsoft.VisualStudio.VCProjectEngine.dll)
Syntax
'Declaration
Public Overridable ReadOnly Property ToolFiles As Object
Get
public virtual Object ToolFiles { get; }
public:
virtual property Object^ ToolFiles {
Object^ get ();
}
abstract ToolFiles : Object
override ToolFiles : Object
function get ToolFiles () : Object
Property Value
Type: System.Object
Collection of tool files objects.
Implements
Remarks
Tool files contain custom build rules.
Do not instantiate VCProjectEngineObjectClass. Instantiate VCProjectEngineObject instead, as shown below:
Dim Engine As VCProjectEngine
Engine = New VCProjectEngineObject()
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.