SystemInfoEvent.Displays Property
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
Gets a list of the display settings for the displays attached to the system.
Namespace: Microsoft.VisualStudio.TraceLog
Assembly: Microsoft.VisualStudio.TraceLog (in Microsoft.VisualStudio.TraceLog.dll)
Syntax
'Declaration
Public ReadOnly Property Displays As IList(Of DisplaySettings)
Get
'Usage
Dim instance As SystemInfoEvent
Dim value As IList(Of DisplaySettings)
value = instance.Displays
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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.