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 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()
'Usage
Dim instance As IVsDataViewCommandInfo
Dim returnValue As Object()
returnValue = instance.GetParameters()
Object[] GetParameters()
array<Object^>^ GetParameters()
function GetParameters() : Object[]
Return Value
Type: array<System.Object[]
An array containing the parameters associated with this command.
.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.
See Also
Reference
IVsDataViewCommandInfo Interface