Click to Rate and Give Feedback
MSDN
.NET 開発
 ServerValidateEventArgs コンストラクタ
Collapse All/Expand All Collapse All

We were unable to locate this content in en-gb.

Here is the same content in ja-jp.

This page is specific to
Microsoft Visual Studio 2005/.NET Framework 2.0

Other versions are also available for the following:
ServerValidateEventArgs コンストラクタ
ServerValidateEventArgs クラスの新しいインスタンスを初期化します。

名前空間: System.Web.UI.WebControls
アセンブリ: System.Web (system.web.dll 内)

Visual Basic (宣言)
Public Sub New ( _
	value As String, _
	isValid As Boolean _
)
Visual Basic (使用法)
Dim value As String
Dim isValid As Boolean

Dim instance As New ServerValidateEventArgs(value, isValid)
C#
public ServerValidateEventArgs (
	string value,
	bool isValid
)
C++
public:
ServerValidateEventArgs (
	String^ value, 
	bool isValid
)
J#
public ServerValidateEventArgs (
	String value, 
	boolean isValid
)
JScript
public function ServerValidateEventArgs (
	value : String, 
	isValid : boolean
)
XAML
適用できません。

パラメータ

value

検証対象の値。

isValid

値の検証が成功した場合は true。それ以外の場合は false

このコンストラクタを使用して、ServerValidateEventArgs クラスの新しいインスタンスを作成し、初期化します。

ServerValidateEventArgs のインスタンスの初期プロパティ値を次の表に示します。

プロパティ

初期値

Value

value パラメータの値。

IsValid

isValid パラメータの値。

Windows 98,Windows Server 2000 SP4,Windows CE,Windows Millennium Edition,Windows Mobile for Pocket PC,Windows Mobile for Smartphone,Windows Server 2003,Windows XP Media Center Edition,Windows XP Professional x64 Edition,Windows XP SP2,Windows XP Starter Edition

Microsoft .NET Framework 3.0 は Windows Vista,Microsoft Windows XP SP2,および Windows Server 2003 SP1 でサポートされています。

.NET Framework

サポート対象 : 3.0,2.0,1.1,1.0
Tags What's this?: Add a tag
Community Content   What is Community Content?
Add new content RSS  Annotations
Processing
© 2009 Microsoft Corporation. All rights reserved. Terms of Use | Trademarks | Privacy Statement
Page view tracker