Visual Basic (Declaration) | |
---|---|
Public MustOverride ReadOnly Property NegativeSummary As StatusBits |
C# | |
---|---|
public abstract StatusBits NegativeSummary {get;} |
C++/CLI | |
---|---|
public: abstract property StatusBits NegativeSummary { StatusBits get(); } |
Reading the NegativeSummary property returns a value that corresponds to the summation of all the status bits in the NegativeMask property that transitioned from positive to negative since NegativeSummary was last read.
Reading the NegativeSummary property clears it as well so make sure you read it into a local variable if you want to test for multiple status bits.
Target Platforms: Windows 11 Professional or Enterprise; Windows 10 Professional, Enterprise, or Education (64-bit)