TypeBrowserDialog.SelectedType 属性
定义
获取用户在类型浏览器对话框中选择的类型。Gets the type selected by the user in the type browser dialog box.
public:
property Type ^ SelectedType { Type ^ get(); };
public Type SelectedType { get; }
member this.SelectedType : Type
Public ReadOnly Property SelectedType As Type
属性值
用户在类型浏览器对话框中选择的 Type。The Type selected by the user in the type browser dialog box.