ModelBrowserBase.IsValid Method

Validates the current browser based on the current status.

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

Syntax

'Declaration
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: Boolean
True if valid; false otherwise.

Implements

IModelBrowser.IsValid()

.NET Framework Security

See Also

Reference

ModelBrowserBase Class

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