SelectedSignatureChangedEventArgs Constructor
Initializes a new instance of SelectedSignatureChangedEventArgs.
Namespace: Microsoft.VisualStudio.Language.Intellisense
Assembly: Microsoft.VisualStudio.Language.Intellisense (in Microsoft.VisualStudio.Language.Intellisense.dll)
Syntax
'Deklaracja
Public Sub New ( _
previousSelectedSignature As ISignature, _
newSelectedSignature As ISignature _
)
public SelectedSignatureChangedEventArgs(
ISignature previousSelectedSignature,
ISignature newSelectedSignature
)
public:
SelectedSignatureChangedEventArgs(
ISignature^ previousSelectedSignature,
ISignature^ newSelectedSignature
)
new :
previousSelectedSignature:ISignature *
newSelectedSignature:ISignature -> SelectedSignatureChangedEventArgs
public function SelectedSignatureChangedEventArgs(
previousSelectedSignature : ISignature,
newSelectedSignature : ISignature
)
Parameters
- previousSelectedSignature
Type: Microsoft.VisualStudio.Language.Intellisense.ISignature
The signature that was previously selected.
- newSelectedSignature
Type: Microsoft.VisualStudio.Language.Intellisense.ISignature
The signature that is currently selected.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.