PeerCollaboration.ApplicationLaunchInfo 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取 PeerApplicationLaunchInfo 对象,该对象包含应用程序在远程对等方的协作请求下启动时所需的信息。
public:
static property System::Net::PeerToPeer::Collaboration::PeerApplicationLaunchInfo ^ ApplicationLaunchInfo { System::Net::PeerToPeer::Collaboration::PeerApplicationLaunchInfo ^ get(); };
public static System.Net.PeerToPeer.Collaboration.PeerApplicationLaunchInfo ApplicationLaunchInfo { [System.Security.SecurityCritical] get; }
[<get: System.Security.SecurityCritical>]
static member ApplicationLaunchInfo : System.Net.PeerToPeer.Collaboration.PeerApplicationLaunchInfo
Public Shared ReadOnly Property ApplicationLaunchInfo As PeerApplicationLaunchInfo
属性值
如果应用程序是在邀请下启动的,将返回一个 PeerApplicationLaunchInfo 对象(其中既包含有关发送应用程序邀请的对等方的信息,也包含邀请本身);否则将返回 null
。 此属性的默认值为 null
。
- 属性
注解
在启动协作感知 PeerApplication 实例后,此属性将由该实例使用,以确定它是否由于来自远程对等方的协作请求而启动。 调用应用程序应检查 Data 和 Message 属性,以获取有关邀请请求的详细信息。
访问此属性需要 的 PermissionStateUnrestricted。 协作会话开始时会创建 Peer 此状态。