'宣言 Public Function CanExtend( _ ByVal target As System.Object _ ) As System.Boolean
'使用法 Dim instance As PreviewToolTip Dim target As System.Object Dim value As System.Boolean value = instance.CanExtend(target)
public System.bool CanExtend( System.object target )
パラメータ
- target