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