GraphSetterCollection.Contains Method
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
Checks to see whether the Setter is in this collection
Namespace: Microsoft.VisualStudio.GraphModel.Styles
Assembly: Microsoft.VisualStudio.GraphModel (in Microsoft.VisualStudio.GraphModel.dll)
Syntax
'Declaration
Public Function Contains ( _
item As GraphSetter _
) As Boolean
public bool Contains(
GraphSetter item
)
public:
virtual bool Contains(
GraphSetter^ item
) sealed
abstract Contains :
item:GraphSetter -> bool
override Contains :
item:GraphSetter -> bool
public final function Contains(
item : GraphSetter
) : boolean
Parameters
item
Type: Microsoft.VisualStudio.GraphModel.Styles.GraphSetterThe setter to check for
Return Value
Type: System.Boolean
True if the setter is in the list, false otherwise.
Implements
.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.