Share via


IVsDataViewCommandInfo.GetParameters Method

Gets the parameters associated with this command.

Namespace:  Microsoft.VisualStudio.Data.Services
Assembly:  Microsoft.VisualStudio.Data.Services (in Microsoft.VisualStudio.Data.Services.dll)

Syntax

'Declaration
Function GetParameters As Object()
Object[] GetParameters()
array<Object^>^ GetParameters()
abstract GetParameters : unit -> Object[] 
function GetParameters() : Object[]

Return Value

Type: array<System.Object[]
An array containing the parameters associated with this command.

.NET Framework Security

See Also

Reference

IVsDataViewCommandInfo Interface

Microsoft.VisualStudio.Data.Services Namespace