Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the parameter that is now the current parameter.
Namespace: Microsoft.VisualStudio.Language.Intellisense
Assembly: Microsoft.VisualStudio.Language.Intellisense (in Microsoft.VisualStudio.Language.Intellisense.dll)
Syntax
'Declaration
Public ReadOnly Property NewCurrentParameter As IParameter
public IParameter NewCurrentParameter { get; }
public:
property IParameter^ NewCurrentParameter {
IParameter^ get ();
}
member NewCurrentParameter : IParameter with get
function get NewCurrentParameter () : IParameter
Property Value
Type: Microsoft.VisualStudio.Language.Intellisense.IParameter
The new 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.