ExplorerTreeNode.SetRepresentedElement(ModelElement) 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.
Set the ModelElement that this node represents.
protected:
virtual void SetRepresentedElement(Microsoft::VisualStudio::Modeling::ModelElement ^ element);
protected virtual void SetRepresentedElement (Microsoft.VisualStudio.Modeling.ModelElement element);
abstract member SetRepresentedElement : Microsoft.VisualStudio.Modeling.ModelElement -> unit
override this.SetRepresentedElement : Microsoft.VisualStudio.Modeling.ModelElement -> unit
Protected Overridable Sub SetRepresentedElement (element As ModelElement)
Parameters
- element
- ModelElement
The ModelElement to which this node is uniquely mapped