See also:
NTier Windows Forms Framework Home
NTier Framework API reference

Get the 'save' command.

Namespace: NTier.VSAddIn
Assembly: NTier.VSAddIn (in NTier.VSAddIn.dll) Version: 1.0.0.0

Syntax

C#
public IVSCommand SaveCommand { get; }
Visual Basic
Public ReadOnly Property SaveCommand As IVSCommand
	Get
Visual C++
public:
property IVSCommand^ SaveCommand {
	IVSCommand^ get ();
}

Property Value

Type: IVSCommand

See Also