Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
Gets the parameters of this method.
Namespace: Microsoft.VisualStudio.Shell.Design
Assembly: Microsoft.VisualStudio.Shell.Design (in Microsoft.VisualStudio.Shell.Design.dll)
Syntax
'Declaration
Public Overrides Function GetParameters As ParameterInfo()
public override ParameterInfo[] GetParameters()
public:
virtual array<ParameterInfo^>^ GetParameters() override
abstract GetParameters : unit -> ParameterInfo[]
override GetParameters : unit -> ParameterInfo[]
public override function GetParameters() : ParameterInfo[]
Return Value
Type: array<ParameterInfo[]
Returns ParameterInfo.
Implements
_MethodBase.GetParameters
.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.