UserContext Constructor (XmlNodeList)

Namespace:  Microsoft.VisualStudio.Modeling.Design
Assembly:  Microsoft.VisualStudio.Modeling.Sdk (in Microsoft.VisualStudio.Modeling.Sdk.dll)

Syntax

'宣言
Public Sub New ( _
    nodeList As XmlNodeList _
)
'使用
Dim nodeList As XmlNodeList

Dim instance As New UserContext(nodeList)
public UserContext(
    XmlNodeList nodeList
)
public:
UserContext(
    XmlNodeList^ nodeList
)
public function UserContext(
    nodeList : XmlNodeList
)

Parameters

Permissions

See Also

Reference

UserContext Class

UserContext Members

UserContext Overload

Microsoft.VisualStudio.Modeling.Design Namespace