Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Initializes a new instance of SelectedSignatureChangedEventArgs.
Namespace: Microsoft.VisualStudio.Language.Intellisense
Assembly: Microsoft.VisualStudio.Language.Intellisense (in Microsoft.VisualStudio.Language.Intellisense.dll)
Syntax
'Declaration
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.ISignatureThe signature that was previously selected.
newSelectedSignature
Type: Microsoft.VisualStudio.Language.Intellisense.ISignatureThe 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.