Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
Gets the parameter that was previously the current parameter.
Namespace: Microsoft.VisualStudio.Language.Intellisense
Assembly: Microsoft.VisualStudio.Language.Intellisense (in Microsoft.VisualStudio.Language.Intellisense.dll)
Syntax
'Déclaration
Public ReadOnly Property PreviousCurrentParameter As IParameter
public IParameter PreviousCurrentParameter { get; }
public:
property IParameter^ PreviousCurrentParameter {
IParameter^ get ();
}
member PreviousCurrentParameter : IParameter
function get PreviousCurrentParameter () : IParameter
Property Value
Type: Microsoft.VisualStudio.Language.Intellisense.IParameter
The previous current parameter.
.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.