BaseUIHierarchy.ExecPasteCommand Method (array<SelectionPair )
Namespace: Microsoft.TeamFoundation.Common
Assembly: Microsoft.VisualStudio.TeamFoundation.Client (in Microsoft.VisualStudio.TeamFoundation.Client.dll)
Syntax
'Declaration
Protected Sub ExecPasteCommand ( _
targetItems As SelectionPair() _
)
protected void ExecPasteCommand(
SelectionPair[] targetItems
)
protected:
void ExecPasteCommand(
array<SelectionPair>^ targetItems
)
member ExecPasteCommand :
targetItems:SelectionPair[] -> unit
protected function ExecPasteCommand(
targetItems : SelectionPair[]
)
Parameters
- targetItems
Type: array<Microsoft.TeamFoundation.Common.SelectionPair[]
.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.