SolutionFile.GetDefaultPlatformName 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 default platform name for this solution. Usually it's Mixed Platforms, unless it's not present in which case it's the first platform name we find.
public:
System::String ^ GetDefaultPlatformName();
public string GetDefaultPlatformName ();
member this.GetDefaultPlatformName : unit -> string
Public Function GetDefaultPlatformName () As String