'Declaration Protected Function IsDefined( _ ByVal prop As Object _ ) As Boolean
'Declaration
Protected Function IsDefined( _ ByVal prop As Object _ ) As Boolean
'使用法 Dim instance As RegionalSettings Dim prop As Object Dim value As Boolean value = instance.IsDefined(prop)
'使用法
Dim instance As RegionalSettings Dim prop As Object Dim value As Boolean value = instance.IsDefined(prop)
protected bool IsDefined( object prop )
RegionalSettings クラス RegionalSettings メンバ
© 2004-2018, GrapeCity Inc. All rights reserved.