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
- nodeList
Type: System.Xml.XmlNodeList
Permissions
- 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.