BuildTask.Type 属性
定义
获取实现该任务的类的 Type。Gets 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
实现该任务的类的 Type。The Type of the class that implements the task.
适用于