StylusSyncPluginCollection.Contains Method
Returns a value that indicates whether the StylusSyncPluginCollection collection contains a specific synchronous plug-in.
Namespace: Microsoft.StylusInput
Assembly: Microsoft.Ink (in Microsoft.Ink.dll)
Syntax
'Declaration
Public Function Contains ( _
plugin As IStylusSyncPlugin _
) As Boolean
'Usage
Dim instance As StylusSyncPluginCollection
Dim plugin As IStylusSyncPlugin
Dim returnValue As Boolean
returnValue = instance.Contains(plugin)
public bool Contains(
IStylusSyncPlugin plugin
)
public:
bool Contains(
IStylusSyncPlugin^ plugin
)
public function Contains(
plugin : IStylusSyncPlugin
) : boolean
Parameters
plugin
Type: Microsoft.StylusInput.IStylusSyncPluginThe synchronous plug-in to locate in the StylusSyncPluginCollection collection.
Return Value
Type: System.Boolean
Whether the StylusSyncPluginCollection collection contains a specific synchronous plug-in.
Value |
Meaning |
---|---|
true |
The StylusSyncPluginCollection collection contains the specified synchronous plug-in. |
false |
The specified synchronous plug-in cannot be found in the StylusSyncPluginCollection collection. |
Platforms
Windows 7, Windows Vista, Windows XP SP2, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003
The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Version Information
.NET Framework
Supported in: 3.0
See Also
Reference
StylusSyncPluginCollection Class