Graph.Merge Method (IEnumerable<GraphConditionalStyle>)
Namespace: Microsoft.VisualStudio.GraphModel
Assembly: Microsoft.VisualStudio.GraphModel (in Microsoft.VisualStudio.GraphModel.dll)
Syntax
'Declaration
Public Function Merge ( _
styles As IEnumerable(Of GraphConditionalStyle) _
) As Boolean
public bool Merge(
IEnumerable<GraphConditionalStyle> styles
)
public:
bool Merge(
IEnumerable<GraphConditionalStyle^>^ styles
)
member Merge :
styles:IEnumerable<GraphConditionalStyle> -> bool
public function Merge(
styles : IEnumerable<GraphConditionalStyle>
) : boolean
Parameters
- styles
Type: System.Collections.Generic.IEnumerable<GraphConditionalStyle>
Return Value
Type: System.Boolean
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.