Share via


VSProjectNode.getPrimaryTargetFileName Method

Definition

Gets the primary target file name of the Visual Studio project.

public:
 virtual System::String ^ getPrimaryTargetFileName();
public virtual string getPrimaryTargetFileName ();
abstract member getPrimaryTargetFileName : unit -> string
override this.getPrimaryTargetFileName : unit -> string
Public Overridable Function getPrimaryTargetFileName () As String

Returns

The primary target file name of the Visual Studio project.

Applies to