VCToolFile.Name Property

Sets or gets the name of the tool file.

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

Syntax

声明
Property Name As String
用法
Dim instance As VCToolFile
Dim value As String

value = instance.Name

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

Property Value

Type: System.String

String containing the tool file name.

Permissions

See Also

Reference

VCToolFile Interface

VCToolFile Members

Microsoft.VisualStudio.VCProjectEngine Namespace