LabelTarget.Type 属性
定义
public:
property Type ^ Type { Type ^ get(); };
public Type Type { get; }
member this.Type : Type
Public ReadOnly Property Type As 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