ModelExplorerTreeContainer.CreateRoleGroupTreeNode(DomainRoleInfo) 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.
Extension point for supplying user defined TreeNode which represents role multiplicity 0..* or 1..*
public:
virtual Microsoft::VisualStudio::Modeling::Shell::RoleGroupTreeNode ^ CreateRoleGroupTreeNode(Microsoft::VisualStudio::Modeling::DomainRoleInfo ^ targetRoleInfo);
public virtual Microsoft.VisualStudio.Modeling.Shell.RoleGroupTreeNode CreateRoleGroupTreeNode (Microsoft.VisualStudio.Modeling.DomainRoleInfo targetRoleInfo);
abstract member CreateRoleGroupTreeNode : Microsoft.VisualStudio.Modeling.DomainRoleInfo -> Microsoft.VisualStudio.Modeling.Shell.RoleGroupTreeNode
override this.CreateRoleGroupTreeNode : Microsoft.VisualStudio.Modeling.DomainRoleInfo -> Microsoft.VisualStudio.Modeling.Shell.RoleGroupTreeNode
Public Overridable Function CreateRoleGroupTreeNode (targetRoleInfo As DomainRoleInfo) As RoleGroupTreeNode
Parameters
- targetRoleInfo
- DomainRoleInfo
DomainRoleInfo to be represented by the to be created RoleGroupTreeNode in the tree view