PluginNode Members (Windows Embedded CE 6.0)

1/5/2010

Defines a node to display in the TreeView control of the Remote Tools Shell.

The following tables list the members exposed by the PluginNode type.

Public Constructors

  Name Description
PluginNode Constructs a PluginNode, which defines a single node in the Shell Treeview control.

Top

Public Properties

  Name Description
Bb521894.pubproperty(en-US,WinEmbedded.60).gif CustomIcon If the tool developer specifies a custom icon for this node, this will identify that icon. Be sure to specify BuiltInIcon.Custom for the icon type in the constructor.
Bb521894.pubproperty(en-US,WinEmbedded.60).gif Data The T:Microsoft.RemoteToolSdk.PluginComponents.PluginData object associated with this node.
Bb521894.pubproperty(en-US,WinEmbedded.60).gif Description The text description to display in the shell TreeView for this node.
Bb521894.pubproperty(en-US,WinEmbedded.60).gif Guid The GUID for this node.
Bb521894.pubproperty(en-US,WinEmbedded.60).gif HostPlugin The T:Microsoft.RemoteToolSdk.PluginComponents.PluginComponent that owns this node.
Bb521894.pubproperty(en-US,WinEmbedded.60).gif ParentGuid The GUID of the parent node. If NULL or none can be found, this node will go to the "root".
Bb521894.pubproperty(en-US,WinEmbedded.60).gif ViewPanel The T:Microsoft.RemoteToolSdk.PluginComponents.PluginDataView associated with this node.

Top

Public Methods

(see also Protected Methods )

  Name Description
Bb521894.pubmethod(en-US,WinEmbedded.60).gif Equals  Overloaded. (inherited from Object )
Bb521894.pubmethod(en-US,WinEmbedded.60).gif GetHashCode  (inherited from Object )
Bb521894.pubmethod(en-US,WinEmbedded.60).gif GetType  (inherited from Object )
Bb521894.pubmethod(en-US,WinEmbedded.60).gifBb521894.static(en-US,WinEmbedded.60).gif ReferenceEquals  (inherited from Object )
Bb521894.pubmethod(en-US,WinEmbedded.60).gif Select Selects this node in the default shell TreeView
Bb521894.pubmethod(en-US,WinEmbedded.60).gif ToString  (inherited from Object )

Top

Protected Methods

  Name Description
Bb521894.protmethod(en-US,WinEmbedded.60).gif Finalize  (inherited from Object )
Bb521894.protmethod(en-US,WinEmbedded.60).gif MemberwiseClone  (inherited from Object )

Top

See Also

Reference

PluginNode Class
Microsoft.RemoteToolSdk.PluginComponents Namespace