PluginComponent.AddNode Method (Compact 7)

3/12/2014

Call this method to add a node to the list of nodes for your plug-in.

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

Syntax

public void AddNode (
    PluginNode node
)
'Declaration
Public Sub AddNode ( _
    node As PluginNode _
)

Parameters

  • node
    The node to add.

Remarks

You are allowed to call this method from the OnInit function only.

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