Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Merges all the styles from the given list.
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: IEnumerable<GraphConditionalStyle>The styles to merge into this graph.
Return Value
Type: Boolean
True if there were any styles to merge; false otherwise.
.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.