Framework.DeviceSettings Property

Language:

Retrieves the DeviceSettings object that contains the device settings for the current Device object used by the framework.

Definition

Visual Basic Public ReadOnly Property DeviceSettings As DeviceSettings
C# public DeviceSettings DeviceSettings { get; }
C++ public:
property DeviceSettings^ DeviceSettings {
        DeviceSettings^ get();
}
JScript public function get DeviceSettings() : DeviceSettings

Property Value

Microsoft.Samples.DirectX.UtilityToolkit.DeviceSettings
The DeviceSettings object that contains the device settings for the current Device object used by the framework.

This property is read-only. 

Remarks

If there is no current Device object used by the framework, the DeviceSettings object will contain blank settings.


Send comments about this topic to Microsoft. © Microsoft Corporation. All rights reserved.

Feedback? Please provide us with your comments on this topic.
For more help, visit the DirectX Developer Center