Поделиться через


ModelBrowserBase.IsValid Method

Validate the current browser based on the current status

Namespace:  Microsoft.VisualStudio.Modeling.Integration.Shell.Picker
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.Integration.Shell.10.0 (in Microsoft.VisualStudio.Modeling.Sdk.Integration.Shell.10.0.dll)

Syntax

'Декларация
Public MustOverride Function IsValid As Boolean
public abstract bool IsValid()
public:
virtual bool IsValid() abstract
abstract IsValid : unit -> bool 
public abstract function IsValid() : boolean

Return Value

Type: System.Boolean
true if valid, false otherwise

Implements

IModelBrowser.IsValid()

.NET Framework Security

See Also

Reference

ModelBrowserBase Class

Microsoft.VisualStudio.Modeling.Integration.Shell.Picker Namespace