PluginComponent.Save Method (Compact 7)

3/12/2014

Saves the data for this plug-in to a file. The user is prompted for a filename.

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

Syntax

public void Save (
    string fileName
)
'Declaration
Public Sub Save ( _
    fileName As String _
)

Parameters

  • fileName
    Name of file to save to. Set to NULL to prompt the user.

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