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.IntelliTrace.11.0.0 (in Microsoft.IntelliTrace.11.0.0.dll)

Syntax

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

Property Value

Type: IList<DisplaySettings>

.NET Framework Security

See Also

Reference

SystemInformationEvent Class

Microsoft.VisualStudio.IntelliTrace Namespace