バージョン

Exists メソッド (ResourceSettingsCollectionBase)

指定したリソースがコレクションの中にあるかどうかを示します。
シンタックス
'宣言
 
Public Function Exists( _
   ByVal name As String _
) As Boolean
public bool Exists( 
   string name
)

パラメータ

name
評価するリソースの名前

戻り値の型

指定した名前で ResourceSettings インスタンスが存在する場合は True、そうでなければ False を返します。
参照