'宣言 Public Function New( _ ByVal dataHandler As DataHandler, _ ByVal source As System.Object, _ ByVal name As System.String _ )
'使用法 Dim dataHandler As DataHandler Dim source As System.Object Dim name As System.String Dim instance As New DataHandlerDataScope(dataHandler, source, name)
public DataHandlerDataScope( DataHandler dataHandler, System.object source, System.string name )
パラメータ
- dataHandler
- source
- name