SystemInformationEvent.Displays Property

Gets a list of the display settings for the displays that are attached to the system.

Namespace:  Microsoft.VisualStudio.IntelliTrace
Assembly:  Microsoft.VisualStudio.IntelliTrace (in Microsoft.VisualStudio.IntelliTrace.dll)

Syntax

'Declaration
Public ReadOnly Property Displays As IList(Of DisplaySettings)
    Get
public IList<DisplaySettings> Displays { get; }
public:
property IList<DisplaySettings>^ Displays {
    IList<DisplaySettings>^ get ();
}
member Displays : IList<DisplaySettings>
function get Displays () : IList<DisplaySettings>

Property Value

Type: System.Collections.Generic.IList<DisplaySettings>

.NET Framework Security

See Also

Reference

SystemInformationEvent Class

Microsoft.VisualStudio.IntelliTrace Namespace