BrowseServersForm 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
为浏览服务器显示一个 Form 对象。
public ref class BrowseServersForm sealed : System::Windows::Forms::Form
public sealed class BrowseServersForm : System.Windows.Forms.Form
type BrowseServersForm = class
inherit Form
Public NotInheritable Class BrowseServersForm
Inherits Form
- 继承
-
BrowseServersForm
构造函数
| BrowseServersForm() |
初始化 BrowseServersForm 类的新实例。 |
属性
| IsRegisteredServer |
获取或设置一个值,该值指示是否注册服务器。 |
| SelectedServerInfo |
获取所选服务器信息。 |
| SelectedServerName |
获取所选服务器名称。 |
| ServerType |
获取或设置服务器实例的服务器类型。 |
方法
| AddServer(IServerType) |
将服务器添加到要显示的服务器类型的列表。 |