CommentHelpInfo.Links Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The help content from all of the specified .LINK sections.
public:
property System::Collections::ObjectModel::ReadOnlyCollection<System::String ^> ^ Links { System::Collections::ObjectModel::ReadOnlyCollection<System::String ^> ^ get(); };
public System.Collections.ObjectModel.ReadOnlyCollection<string> Links { get; }
member this.Links : System.Collections.ObjectModel.ReadOnlyCollection<string>
Public ReadOnly Property Links As ReadOnlyCollection(Of String)