IncrementalGeneratorRunStep.Outputs 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
[System.Runtime.CompilerServices.TupleElementNames(new System.String[] { "Value", "Reason" })]
public System.Collections.Immutable.ImmutableArray<(object Value, Microsoft.CodeAnalysis.IncrementalStepRunReason Reason)> Outputs { get; }
[<System.Runtime.CompilerServices.TupleElementNames(new System.String[] { "Value", "Reason" })>]
member this.Outputs : System.Collections.Immutable.ImmutableArray<ValueTuple<obj, Microsoft.CodeAnalysis.IncrementalStepRunReason>>
Public ReadOnly Property Outputs As ImmutableArray(Of ValueTuple(Of Object, IncrementalStepRunReason))
属性值
- 属性