LabelTarget.Type 属性

定义

跳转到标签时传递的值的类型或 Void(如果不应传递值)。The type of value that is passed when jumping to the label (or Void if no value should be passed).

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

属性值

Type

Type 对象,表示跳转到标签时传递的值的类型或 Void(如果不应传递值)The Type object representing the type of the value that is passed when jumping to the label or Void if no value should be passed

适用于