XmlElementAppliesToDomainProperty.SetXmlElement Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Sets XmlElement.
public:
static void SetXmlElement(Microsoft::VisualStudio::Modeling::DslDefinition::DomainProperty ^ element, Microsoft::VisualStudio::Modeling::DslDefinition::XmlPropertyData ^ newXmlElement);
[System.Diagnostics.DebuggerStepThrough]
public static void SetXmlElement (Microsoft.VisualStudio.Modeling.DslDefinition.DomainProperty element, Microsoft.VisualStudio.Modeling.DslDefinition.XmlPropertyData newXmlElement);
[<System.Diagnostics.DebuggerStepThrough>]
static member SetXmlElement : Microsoft.VisualStudio.Modeling.DslDefinition.DomainProperty * Microsoft.VisualStudio.Modeling.DslDefinition.XmlPropertyData -> unit
Public Shared Sub SetXmlElement (element As DomainProperty, newXmlElement As XmlPropertyData)
Parameters
- element
- DomainProperty
- newXmlElement
- XmlPropertyData
- Attributes