Share via


SettingsControl.VerifyData Method

This class and its members are reserved for internal use and are not intended to be used in your code.

Namespace:  Microsoft.VisualStudio.Data.Schema.Package.Internal
Assembly:  Microsoft.VisualStudio.Data.Schema.Package (in Microsoft.VisualStudio.Data.Schema.Package.dll)

Syntax

'Declaration
Public Overridable Function VerifyData As Boolean
public virtual bool VerifyData()
public:
virtual bool VerifyData()
abstract VerifyData : unit -> bool 
override VerifyData : unit -> bool 
public function VerifyData() : boolean

Return Value

Type: System.Boolean
true if the data is valid.

.NET Framework Security

See Also

Reference

SettingsControl Class

Microsoft.VisualStudio.Data.Schema.Package.Internal Namespace