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