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.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.Integration.Shell.12.0.dll)
Syntax
public abstract bool IsValid()
public:
virtual bool IsValid() abstract
abstract IsValid : unit -> bool
Public MustOverride Function IsValid As Boolean
Parameters
Return Value
Type: System.Boolean
True if valid; false otherwise.
Implements
See Also
ModelBrowserBase Class
Microsoft.VisualStudio.Modeling.Integration.Shell.Picker Namespace
Return to top