PluginComponent.FindPlugin Method (Compact 7)

3/12/2014

Finds a Plug-in on a particular device. The plug-in will only be found if the plug-in AllowThisPluginToBeFound property was set to true, the plug-in is loaded and running at the time of this method call, and it is running on the device specified by the GUID of the device.

Namespace: Microsoft.RemoteToolSdk.PluginComponents
Assembly: Microsoft.RemoteToolSdk (in microsoft.remotetoolsdk.dll)

Syntax

public PluginComponent FindPlugin (
    string guidDevice,
    string guidPlugin
)
'Declaration
Public Function FindPlugin ( _
    guidDevice As String, _
    guidPlugin As String _
) As PluginComponent

Parameters

  • guidDevice
    Device GUID
  • guidPlugin
    Plug-in GUID to search for

Return Value

Returns NULL if the plug-in is not found.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread-safe. Any instance members are not guaranteed to be thread-safe.

See Also

Reference

PluginComponent Class
PluginComponent Members
Microsoft.RemoteToolSdk.PluginComponents Namespace