DiscussionThread.RootComment 属性
讨论的根注释。 setter只第一次只能工作,那么,当RootComment为空时,确保讨论的线程的注释不能更新。
命名空间: Microsoft.TeamFoundation.Discussion.Client
程序集: Microsoft.TeamFoundation.Discussion.Client(在 Microsoft.TeamFoundation.Discussion.Client.dll 中)
语法
声明
Public Property RootComment As Comment
public Comment RootComment { get; internal set; }
属性值
类型:Microsoft.TeamFoundation.Discussion.Client.Comment
返回 Comment。
备注
此注释的作者是讨论的作者。
.NET Framework 安全性
- 对直接调用方的完全信任。此成员不能由部分信任的代码使用。有关更多信息,请参见通过部分受信任的代码使用库。