SettingsControl.VerifyData-Methode

Diese Klasse und ihre Member sind für die interne Verwendung reserviert und nicht für die Verwendung im Code vorgesehen.

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

Rückgabewert

Typ: System.Boolean
true, wenn die Daten gültig sind.

.NET Framework-Sicherheit

Siehe auch

Referenz

SettingsControl Klasse

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