Target.Inputs 属性
定义
获取或设置要输入到此目标中的项。Gets or sets the items that are to be input into this target.
public:
property System::String ^ Inputs { System::String ^ get(); void set(System::String ^ value); };
public string Inputs { get; set; }
member this.Inputs : string with get, set
Public Property Inputs As String
属性值
一个表示多个项的字符串。A string representing the items.
注解
此目标属性中的项用作顶级依赖关系分析中的输入。Items inside this target attribute are used as the inputs in the top level dependency analysis.