XmlModelChange.Parent Property
Gets the parent of the node that was changed.
Namespace: Microsoft.VisualStudio.XmlEditor
Assembly: Microsoft.VisualStudio.XmlEditor (in Microsoft.VisualStudio.XmlEditor.dll)
Usage
'Usage
Dim instance As XmlModelChange
Dim value As XContainer
value = instance.Parent
instance.Parent = value
Syntax
'Declaration
Public Property Parent As XContainer
public XContainer Parent { get; set; }
public:
property XContainer^ Parent {
XContainer^ get ();
void set (XContainer^ value);
}
/** @property */
public XContainer get_Parent ()
/** @property */
public void set_Parent (XContainer value)
public function get Parent () : XContainer
public function set Parent (value : XContainer)
Property Value
The parent of the node that was changed.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
Development Platforms
Windows XP Home Edition, Windows XP Professional, Windows Server 2003 , Windows Server 2008, and Windows 2000
Target Platforms
See Also
Reference
XmlModelChange Class
XmlModelChange Members
Microsoft.VisualStudio.XmlEditor Namespace
Build Date:
2012-11-12