Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
1/5/2010
Overload List
| Name | Description |
|---|---|
| PluginData.OnAddVirtualDataItem (String, String) |
Override this function if your plug-in supports loading virtual data (from a file). For each call to this method, one piece of data from the loading file will be indicated. Your implementation of this function should use the description parameter to determine how to process the value parameter and store it appropriately.
|
| PluginData.OnAddVirtualDataItem (String, String, String) |
Override this function if your plug-in supports loading virtual data (from a file). For each call to this method, one piece of data from the loading file will be indicated. Your implementation of this function should use the description parameter to determine how to process the value parameter and store it appropriately.
|
See Also
Reference
PluginData Class
PluginData Members
Microsoft.RemoteToolSdk.PluginComponents Namespace