シンタックス
'宣言
Public Overloads Shared Sub SetBrowsableAttribute( _
ByVal As System.ComponentModel.PropertyDescriptorCollection, _
ByVal As System.String, _
ByVal As System.Boolean _
)
'使用法
Dim props As System.ComponentModel.PropertyDescriptorCollection
Dim propName As System.String
Dim isBrowsable As System.Boolean
Util.SetBrowsableAttribute(props, propName, isBrowsable)
public static void SetBrowsableAttribute(
System.ComponentModel.PropertyDescriptorCollection ,
System.string ,
System.bool
)
パラメータ
- props
- propName
- isBrowsable
参照