次の方法で共有


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

'宣言
Function GetParameters As Object()
'使用
Dim instance As IVsDataViewCommandInfo
Dim returnValue As Object()

returnValue = instance.GetParameters()
Object[] GetParameters()
array<Object^>^ GetParameters()
function GetParameters() : Object[]

Return Value

Type: []

An array containing the parameters associated with this command.

Permissions

See Also

Reference

IVsDataViewCommandInfo Interface

IVsDataViewCommandInfo Members

Microsoft.VisualStudio.Data.Services Namespace