IMsRdpClientShell2::MsRdpWorkspace 属性

检索指向 IMsRdpWorkspace 接口的指针,该接口用于管理 RemoteApp 和桌面连接凭据和连接。

此属性为只读。

语法

HRESULT get_MsRdpWorkspace(
  [out, retval] IMsRdpWorkspace **pVal
);

属性值

指向 IMsRdpWorkspace 接口的指针的地址。

备注

IMsRdpWorkspace 接口不作为自定义接口公开。 只能通过 IDispatch 方法访问它。

要求

要求
最低受支持的客户端
Windows 7
最低受支持的服务器
Windows Server 2008 R2
DLL
MsRdpWebAccess.dll

另请参阅

IMsRdpClientShell2