バージョン

FromKey メソッド (EmptyAppearanceCollection)

特定のキーを持つこのコレクション内の最初の EmptyAppearance オブジェクトを取得します。
シンタックス
'宣言
 
Public Overridable Function FromKey( _
   ByVal key As String _
) As EmptyAppearance
public virtual EmptyAppearance FromKey( 
   string key
)

パラメータ

key
探し出す EmptyAppearance のキー。

戻り値の型

特定のキーを持つこのコレクション内の最初の EmptyAppearance オブジェクト。
参照