Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Returns the direct child comments of this comment. The method wraps a copy of the list of child comments in a readonly collection.
Namespace: Microsoft.TeamFoundation.Discussion.Client
Assembly: Microsoft.TeamFoundation.Discussion.Client (in Microsoft.TeamFoundation.Discussion.Client.dll)
Syntax
'Declaration
Public Function GetChildComments As ReadOnlyCollection(Of Comment)
public ReadOnlyCollection<Comment> GetChildComments()
public:
ReadOnlyCollection<Comment^>^ GetChildComments()
member GetChildComments : unit -> ReadOnlyCollection<Comment>
public function GetChildComments() : ReadOnlyCollection<Comment>
Return Value
Type: System.Collections.ObjectModel.ReadOnlyCollection<Comment>
Returns ReadOnlyCollection<T>.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.