ExternalSettingOperationResult<T>.InvalidValue Class
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.
Returned from the provider when the value was retrieved successfully but the value itself is not valid for this setting. This will result in an appropriate error message being shown, and the edit control will remain enabled so the user can select a valid value.
public class ExternalSettingOperationResult<T>.InvalidValue : Microsoft.VisualStudio.Utilities.UnifiedSettings.ExternalSettingOperationResult<T>
type ExternalSettingOperationResult<'T>.InvalidValue = class
inherit ExternalSettingOperationResult<'T>
Public Class ExternalSettingOperationResult(Of T).InvalidValue
Inherits ExternalSettingOperationResult(Of T)
Type Parameters
- T
- Inheritance