DisplayPath.Status Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the last status of the path in the system, captured when the DisplayState was last created or applied.
public:
property DisplayPathStatus Status { DisplayPathStatus get(); };
DisplayPathStatus Status();
public DisplayPathStatus Status { get; }
var displayPathStatus = displayPath.status;
Public ReadOnly Property Status As DisplayPathStatus
Property Value
A DisplayPathStatus value.