'Declaration Public Overloads Shadows ReadOnly Property Item( _ ByVal index As Integer _ ) As SubStyle
'Declaration
Public Overloads Shadows ReadOnly Property Item( _ ByVal index As Integer _ ) As SubStyle
'使用法 Dim instance As SubStyleCollection Dim index As Integer Dim value As SubStyle value = instance.Item(index)
'使用法
Dim instance As SubStyleCollection Dim index As Integer Dim value As SubStyle value = instance.Item(index)
public new SubStyle Item( int index ) {get;}
SubStyleCollection クラス SubStyleCollection メンバ オーバーロード一覧
© 2004-2018, GrapeCity Inc. All rights reserved.