GraphNodeIdCollection-Konstruktor
Namespace: Microsoft.VisualStudio.GraphModel
Assembly: Microsoft.VisualStudio.GraphModel (in Microsoft.VisualStudio.GraphModel.dll)
Syntax
'Declaration
Public Sub New ( _
homogeneousItems As Boolean, _
ParamArray array As GraphNodeId() _
)
public GraphNodeIdCollection(
bool homogeneousItems,
params GraphNodeId[] array
)
public:
GraphNodeIdCollection(
bool homogeneousItems,
... array<GraphNodeId^>^ array
)
new :
homogeneousItems:bool *
array:GraphNodeId[] -> GraphNodeIdCollection
public function GraphNodeIdCollection(
homogeneousItems : boolean,
... array : GraphNodeId[]
)
Parameter
- homogeneousItems
Typ: System.Boolean
- array
Typ: array<Microsoft.VisualStudio.GraphModel.GraphNodeId[]
.NET Framework-Sicherheit
- Volle Vertrauenswürdigkeit für den unmittelbaren Aufrufer. Dieser Member kann von nur teilweise vertrauenswürdigem Code nicht verwendet werden. Weitere Informationen finden Sie unter Verwenden von Bibliotheken aus teilweise vertrauenswürdigem Code.