LoggingLevelSettingsExtensions.ClampRange Method
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.
public:
[System::Runtime::CompilerServices::Extension]
static Microsoft::VisualStudio::RpcContracts::Logging::LoggingLevelSettings ^ ClampRange(Microsoft::VisualStudio::RpcContracts::Logging::LoggingLevelSettings ^ value, Microsoft::VisualStudio::RpcContracts::Logging::LoggingLevelSettings ^ min, Microsoft::VisualStudio::RpcContracts::Logging::LoggingLevelSettings ^ max);
public static Microsoft.VisualStudio.RpcContracts.Logging.LoggingLevelSettings ClampRange (this Microsoft.VisualStudio.RpcContracts.Logging.LoggingLevelSettings value, Microsoft.VisualStudio.RpcContracts.Logging.LoggingLevelSettings min, Microsoft.VisualStudio.RpcContracts.Logging.LoggingLevelSettings max);
static member ClampRange : Microsoft.VisualStudio.RpcContracts.Logging.LoggingLevelSettings * Microsoft.VisualStudio.RpcContracts.Logging.LoggingLevelSettings * Microsoft.VisualStudio.RpcContracts.Logging.LoggingLevelSettings -> Microsoft.VisualStudio.RpcContracts.Logging.LoggingLevelSettings
<Extension()>
Public Function ClampRange (value As LoggingLevelSettings, min As LoggingLevelSettings, max As LoggingLevelSettings) As LoggingLevelSettings
Parameters
- value
- LoggingLevelSettings