FrameTypes.Remove Method
特定の位置にある FrameTypeクラスライブラリリファレンス>クラス>FrameType を消去します。
構文
[VB.NET]
Public Sub Remove( Index As Integer )
[C#]Public void Remove( int Index );
パラメータ | 説明 |
---|---|
Index | 消去するFrameTypeクラスライブラリリファレンス>クラス>FrameType のインデックスを指定します。 |