BuildableItem.LaunchProfiles Property

Definition

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)

Property Value

Applies to