FindBySource(Object) Method (CommentCollection)
Searches the comment by specified source in comments and all replies.
'Declaration
Public Function FindBySource( _
ByVal As System.Object _
) As Comment
public Comment FindBySource(
System.Object
)
public: Comment* FindBySource(
System.Object
)
public:
Comment^ FindBySource(
System.Object
)
Parameters
- source
- The comment source.
Return Value
Comment that corresponds specified source.
Target Platforms: .NET9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5