VSProjectNode.getPrimaryTargetFileName Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.