BuildTask.Type 属性

定义

获取实现该任务的类的 TypeGets the Type of the class that implements the task.

public:
 property Type ^ Type { Type ^ get(); };
public Type Type { get; }
member this.Type : Type
Public ReadOnly Property Type As Type

属性值

Type

实现该任务的类的 TypeThe Type of the class that implements the task.

适用于