Visual Basic (Declaration) | |
---|---|
Public MustOverride Function IsSupported( _ ByVal measurement As Measurement _ ) As Boolean |
C# | |
---|---|
public abstract bool IsSupported( Measurement measurement ) |
C++/CLI | |
---|---|
public: abstract bool IsSupported( Measurement^ measurement ) |
Parameters
- measurement
- The measurement to check new radio context support.
Return Value
A value indicating if the measurement supports a new radio context.Target Platforms: Windows 11 Professional or Enterprise; Windows 10 Professional, Enterprise, or Education (64-bit)