BaseNodeProperties Constructor
Initializes a new instance of the BaseNodeProperties class.
Namespace: Microsoft.TeamFoundation.Common
Assembly: Microsoft.VisualStudio.TeamFoundation.Client (in Microsoft.VisualStudio.TeamFoundation.Client.dll)
Syntax
‘선언
Public Sub New ( _
node As BaseHierarchyNode _
)
public BaseNodeProperties(
BaseHierarchyNode node
)
public:
BaseNodeProperties(
BaseHierarchyNode^ node
)
new :
node:BaseHierarchyNode -> BaseNodeProperties
public function BaseNodeProperties(
node : BaseHierarchyNode
)
Parameters
- node
Type: Microsoft.TeamFoundation.Common.BaseHierarchyNode
The BaseHierarchyNode to associate this properties object with.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.