AutoComplete for ASP.NET Web Forms
IsNameDefined メソッド

C1.C1Report.4 アセンブリ > C1.C1Report 名前空間 > IReportScriptContext インターフェース : IsNameDefined メソッド
The name to test.
Tests whether the specified name exists in the current context. If a certain name is defined by the context (i.e. this method returns true), the named object will be retrieved from the context even if a similarly named object already exists.
シンタックス
'宣言
 
Function IsNameDefined( _
   ByVal name As System.String _
) As System.Boolean
System.bool IsNameDefined( 
   System.string name
)

パラメータ

name
The name to test.

戻り値の型

True if the name exists in the context, false otherwise.
参照

IReportScriptContext インターフェース
IReportScriptContext メンバ