'宣言 Public Overloads Shared Function GetReadOnlyAttribute( _ ByVal prop As System.ComponentModel.PropertyDescriptor _ ) As System.Boolean
'使用法 Dim prop As System.ComponentModel.PropertyDescriptor Dim value As System.Boolean value = Util.GetReadOnlyAttribute(prop)
public static System.bool GetReadOnlyAttribute( System.ComponentModel.PropertyDescriptor prop )
パラメータ
- prop