'宣言
Public Function TryGetValue( _
ByVal As System.String, _
ByRef As C1Theme _
) As System.Boolean
public System.bool TryGetValue(
System.string ,
out C1Theme
)
パラメータ
- key
- 取得するテーマの名前。
- theme
- 出力:指定された名前を持つテーマ。見つからなかった場合は null。
戻り値の型
テーマが見つかった場合は true、そうでない場合は false。