TreeViewHitTestInfo(TreeNode, TreeViewHitTestLocations) Oluşturucu

Tanım

TreeViewHitTestInfo sınıfının yeni bir örneğini başlatır.

public:
 TreeViewHitTestInfo(System::Windows::Forms::TreeNode ^ hitNode, System::Windows::Forms::TreeViewHitTestLocations hitLocation);
public TreeViewHitTestInfo (System.Windows.Forms.TreeNode hitNode, System.Windows.Forms.TreeViewHitTestLocations hitLocation);
public TreeViewHitTestInfo (System.Windows.Forms.TreeNode? hitNode, System.Windows.Forms.TreeViewHitTestLocations hitLocation);
new System.Windows.Forms.TreeViewHitTestInfo : System.Windows.Forms.TreeNode * System.Windows.Forms.TreeViewHitTestLocations -> System.Windows.Forms.TreeViewHitTestInfo
Public Sub New (hitNode As TreeNode, hitLocation As TreeViewHitTestLocations)

Parametreler

hitNode
TreeNode

İsabet testi tarafından belirtilen konumda bulunan ağaç düğümü.

hitLocation
TreeViewHitTestLocations

Değerlerden TreeViewHitTestLocations biri.

Açıklamalar

hitNode parametresi olabilirnull.

Şunlara uygulanır