共用方式為


BuildEndedEventArgs.RequestedItems Property

Definition

Gets the buildable items that were requested for the build operation.

public:
 property System::Collections::Generic::IReadOnlyList<Microsoft::VisualStudio::RpcContracts::Build::BuildableItem ^> ^ RequestedItems { System::Collections::Generic::IReadOnlyList<Microsoft::VisualStudio::RpcContracts::Build::BuildableItem ^> ^ get(); };
public System.Collections.Generic.IReadOnlyList<Microsoft.VisualStudio.RpcContracts.Build.BuildableItem> RequestedItems { get; }
member this.RequestedItems : System.Collections.Generic.IReadOnlyList<Microsoft.VisualStudio.RpcContracts.Build.BuildableItem>
Public ReadOnly Property RequestedItems As IReadOnlyList(Of BuildableItem)

Property Value

Applies to