Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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
- 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.