Share via


VCFile.CustomTool Property

This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Microsoft Internal Use Only.

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

Syntax

'Declaration
Property CustomTool As String
'Usage
Dim instance As VCFile 
Dim value As String 

value = instance.CustomTool

instance.CustomTool = value
string CustomTool { get; set; }
property String^ CustomTool {
    String^ get ();
    void set (String^ value);
}
function get CustomTool () : String 
function set CustomTool (value : String)

Property Value

Type: System.String

.NET Framework Security

See Also

Reference

VCFile Interface

VCFile Members

Microsoft.VisualStudio.VCProjectEngine Namespace