CommentHelpInfo.Examples Property

Definition

The help content from all of the specified .EXAMPLE sections.

public:
 property System::Collections::ObjectModel::ReadOnlyCollection<System::String ^> ^ Examples { System::Collections::ObjectModel::ReadOnlyCollection<System::String ^> ^ get(); };
public System.Collections.ObjectModel.ReadOnlyCollection<string> Examples { get; }
member this.Examples : System.Collections.ObjectModel.ReadOnlyCollection<string>
Public ReadOnly Property Examples As ReadOnlyCollection(Of String)

Property Value

Applies to