VSProjectNode.setPrimaryTargetFileName(String) 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.
Sets the primary target file name of the Visual Studio project.
public:
virtual void setPrimaryTargetFileName(System::String ^ _targetFileName);
public virtual void setPrimaryTargetFileName (string _targetFileName);
abstract member setPrimaryTargetFileName : string -> unit
override this.setPrimaryTargetFileName : string -> unit
Public Overridable Sub setPrimaryTargetFileName (_targetFileName As String)
Parameters
- _targetFileName
- String
The primary target file name of the Visual Studio project.