PeerApplicationLaunchInfo.Message 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定與 PeerCollaboration 邀請回應相關的訊息。
public:
property System::String ^ Message { System::String ^ get(); };
public string Message { get; }
member this.Message : string
Public ReadOnly Property Message As String
屬性值
文字訊息,與 PeerInvitationResponse 邀請的 PeerCollaboration 相關聯。
備註
訊息的最大長度是 255 個 Unicode 字元。 除非明確指定,否則參考型別 (Reference Type) 的所有屬性預設值都是 null
。