次の方法で共有


MockLogger.Warnings Property

Definition

public:
 property System::Collections::Generic::List<Microsoft::Build::Framework::BuildWarningEventArgs ^> ^ Warnings { System::Collections::Generic::List<Microsoft::Build::Framework::BuildWarningEventArgs ^> ^ get(); };
public System.Collections.Generic.List<Microsoft.Build.Framework.BuildWarningEventArgs> Warnings { get; }
member this.Warnings : System.Collections.Generic.List<Microsoft.Build.Framework.BuildWarningEventArgs>
Public ReadOnly Property Warnings As List(Of BuildWarningEventArgs)

Property Value

Applies to