PowerTools PlusPak for Windows Forms 8.0J
Remove メソッド (FontInfoCollection)

コレクションから削除するFontInfoオブジェクト。
指定したFontInfoオブジェクトをコレクションから削除します。
構文
Public Sub Remove( _
   ByVal value As FontInfo _
) 
public void Remove( 
   FontInfo value
)

パラメータ

value
コレクションから削除するFontInfoオブジェクト。
解説
このメソッドを使用すると、削除する実際のFontInfoオブジェクトを指定して、コレクションから特定のオブジェクトを削除できます。削除するFontInfoオブジェクト自体ではなく、オブジェクトのインデックスを指定するには、System.Collections.CollectionBase.RemoveAt(System.Int32)メソッドを使用します。コレクションからすべてのFontInfoオブジェクトを削除するには、System.Collections.CollectionBase.Clearメソッドを使用します。
プラットフォーム

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

参照

FontInfoCollection クラス
FontInfoCollection メンバ
System.Collections.CollectionBase.RemoveAt(System.Int32)
System.Collections.CollectionBase.Clear
System.Collections.CollectionBase.RemoveAt(System.Int32)
System.Collections.CollectionBase.Clear

Send Feedback