StylusAsyncPluginCollection.Contains Method
Returns a value that indicates whether the StylusAsyncPluginCollection collection contains a specific asynchronous plug-in.
Namespace: Microsoft.StylusInput
Assembly: Microsoft.Ink (in Microsoft.Ink.dll)
Syntax
'Declaration
Public Function Contains ( _
plugin As IStylusAsyncPlugin _
) As Boolean
'Usage
Dim instance As StylusAsyncPluginCollection
Dim plugin As IStylusAsyncPlugin
Dim returnValue As Boolean
returnValue = instance.Contains(plugin)
public bool Contains(
IStylusAsyncPlugin plugin
)
public:
bool Contains(
IStylusAsyncPlugin^ plugin
)
public function Contains(
plugin : IStylusAsyncPlugin
) : boolean
Parameters
plugin
Type: Microsoft.StylusInput.IStylusAsyncPluginThe asynchronous plug-in to locate in the StylusAsyncPluginCollection collection.
Return Value
Type: System.Boolean
Whether the StylusAsyncPluginCollection collection contains a specific asynchronous plug-in.
Value |
Meaning |
---|---|
true |
The StylusAsyncPluginCollection collection contains the specific asynchronous plug-in. |
false |
The specific asynchronous plug-in cannot be found in the StylusAsyncPluginCollection 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
StylusAsyncPluginCollection Class