Share via


ToolboxTabHasTools Constructors

Definition

Overloads

ToolboxTabHasTools(ToolboxTab, Tool)

Constructor Creates a ToolboxTabHasTools link in the same Partition as the given ToolboxTab

ToolboxTabHasTools(Partition, RoleAssignment[])

Constructor

ToolboxTabHasTools(Store, RoleAssignment[])

Constructor

ToolboxTabHasTools(Partition, RoleAssignment[], PropertyAssignment[])

Constructor

ToolboxTabHasTools(Store, RoleAssignment[], PropertyAssignment[])

Constructor

ToolboxTabHasTools(ToolboxTab, Tool)

Constructor Creates a ToolboxTabHasTools link in the same Partition as the given ToolboxTab

public:
 ToolboxTabHasTools(Microsoft::VisualStudio::Modeling::DslDefinition::ToolboxTab ^ source, Microsoft::VisualStudio::Modeling::DslDefinition::Tool ^ target);
public ToolboxTabHasTools (Microsoft.VisualStudio.Modeling.DslDefinition.ToolboxTab source, Microsoft.VisualStudio.Modeling.DslDefinition.Tool target);
new Microsoft.VisualStudio.Modeling.DslDefinition.ToolboxTabHasTools : Microsoft.VisualStudio.Modeling.DslDefinition.ToolboxTab * Microsoft.VisualStudio.Modeling.DslDefinition.Tool -> Microsoft.VisualStudio.Modeling.DslDefinition.ToolboxTabHasTools
Public Sub New (source As ToolboxTab, target As Tool)

Parameters

source
ToolboxTab

ToolboxTab to use as the source of the relationship.

target
Tool

Tool to use as the target of the relationship.

Applies to

ToolboxTabHasTools(Partition, RoleAssignment[])

Constructor

public:
 ToolboxTabHasTools(Microsoft::VisualStudio::Modeling::Partition ^ partition, ... cli::array <Microsoft::VisualStudio::Modeling::RoleAssignment ^> ^ roleAssignments);
public ToolboxTabHasTools (Microsoft.VisualStudio.Modeling.Partition partition, params Microsoft.VisualStudio.Modeling.RoleAssignment[] roleAssignments);
new Microsoft.VisualStudio.Modeling.DslDefinition.ToolboxTabHasTools : Microsoft.VisualStudio.Modeling.Partition * Microsoft.VisualStudio.Modeling.RoleAssignment[] -> Microsoft.VisualStudio.Modeling.DslDefinition.ToolboxTabHasTools
Public Sub New (partition As Partition, ParamArray roleAssignments As RoleAssignment())

Parameters

partition
Partition

Partition where new link is to be created.

roleAssignments
RoleAssignment[]

List of relationship role assignments.

Applies to

ToolboxTabHasTools(Store, RoleAssignment[])

Constructor

public:
 ToolboxTabHasTools(Microsoft::VisualStudio::Modeling::Store ^ store, ... cli::array <Microsoft::VisualStudio::Modeling::RoleAssignment ^> ^ roleAssignments);
public ToolboxTabHasTools (Microsoft.VisualStudio.Modeling.Store store, params Microsoft.VisualStudio.Modeling.RoleAssignment[] roleAssignments);
new Microsoft.VisualStudio.Modeling.DslDefinition.ToolboxTabHasTools : Microsoft.VisualStudio.Modeling.Store * Microsoft.VisualStudio.Modeling.RoleAssignment[] -> Microsoft.VisualStudio.Modeling.DslDefinition.ToolboxTabHasTools
Public Sub New (store As Store, ParamArray roleAssignments As RoleAssignment())

Parameters

store
Store

Store where new link is to be created.

roleAssignments
RoleAssignment[]

List of relationship role assignments.

Applies to

ToolboxTabHasTools(Partition, RoleAssignment[], PropertyAssignment[])

Constructor

public:
 ToolboxTabHasTools(Microsoft::VisualStudio::Modeling::Partition ^ partition, cli::array <Microsoft::VisualStudio::Modeling::RoleAssignment ^> ^ roleAssignments, cli::array <Microsoft::VisualStudio::Modeling::PropertyAssignment ^> ^ propertyAssignments);
public ToolboxTabHasTools (Microsoft.VisualStudio.Modeling.Partition partition, Microsoft.VisualStudio.Modeling.RoleAssignment[] roleAssignments, Microsoft.VisualStudio.Modeling.PropertyAssignment[] propertyAssignments);
new Microsoft.VisualStudio.Modeling.DslDefinition.ToolboxTabHasTools : Microsoft.VisualStudio.Modeling.Partition * Microsoft.VisualStudio.Modeling.RoleAssignment[] * Microsoft.VisualStudio.Modeling.PropertyAssignment[] -> Microsoft.VisualStudio.Modeling.DslDefinition.ToolboxTabHasTools
Public Sub New (partition As Partition, roleAssignments As RoleAssignment(), propertyAssignments As PropertyAssignment())

Parameters

partition
Partition

Partition where new link is to be created.

roleAssignments
RoleAssignment[]

List of relationship role assignments.

propertyAssignments
PropertyAssignment[]

List of properties assignments to set on the new link.

Applies to

ToolboxTabHasTools(Store, RoleAssignment[], PropertyAssignment[])

Constructor

public:
 ToolboxTabHasTools(Microsoft::VisualStudio::Modeling::Store ^ store, cli::array <Microsoft::VisualStudio::Modeling::RoleAssignment ^> ^ roleAssignments, cli::array <Microsoft::VisualStudio::Modeling::PropertyAssignment ^> ^ propertyAssignments);
public ToolboxTabHasTools (Microsoft.VisualStudio.Modeling.Store store, Microsoft.VisualStudio.Modeling.RoleAssignment[] roleAssignments, Microsoft.VisualStudio.Modeling.PropertyAssignment[] propertyAssignments);
new Microsoft.VisualStudio.Modeling.DslDefinition.ToolboxTabHasTools : Microsoft.VisualStudio.Modeling.Store * Microsoft.VisualStudio.Modeling.RoleAssignment[] * Microsoft.VisualStudio.Modeling.PropertyAssignment[] -> Microsoft.VisualStudio.Modeling.DslDefinition.ToolboxTabHasTools
Public Sub New (store As Store, roleAssignments As RoleAssignment(), propertyAssignments As PropertyAssignment())

Parameters

store
Store

Store where new link is to be created.

roleAssignments
RoleAssignment[]

List of relationship role assignments.

propertyAssignments
PropertyAssignment[]

List of properties assignments to set on the new link.

Applies to