BuildableItem.LaunchProfiles Property
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 buildable item's launch profiles.
public:
property System::Collections::Generic::IReadOnlyList<Microsoft::VisualStudio::RpcContracts::Build::LaunchProfile ^> ^ LaunchProfiles { System::Collections::Generic::IReadOnlyList<Microsoft::VisualStudio::RpcContracts::Build::LaunchProfile ^> ^ get(); };
public System.Collections.Generic.IReadOnlyList<Microsoft.VisualStudio.RpcContracts.Build.LaunchProfile> LaunchProfiles { get; }
member this.LaunchProfiles : System.Collections.Generic.IReadOnlyList<Microsoft.VisualStudio.RpcContracts.Build.LaunchProfile>
Public ReadOnly Property LaunchProfiles As IReadOnlyList(Of LaunchProfile)