'宣言 Public Overloads Shared Sub SetReadOnlyAttribute( _ ByVal prop As System.ComponentModel.PropertyDescriptor, _ ByVal isReadOnly As System.Boolean _ )
'使用法 Dim prop As System.ComponentModel.PropertyDescriptor Dim isReadOnly As System.Boolean Util.SetReadOnlyAttribute(prop, isReadOnly)
public static void SetReadOnlyAttribute( System.ComponentModel.PropertyDescriptor prop, System.bool isReadOnly )
パラメータ
- prop
- isReadOnly