Share via


BaseUIHierarchy.ExecPasteCommand Method (array<SelectionPair )

Namespace:  Microsoft.TeamFoundation.Common
Assembly:  Microsoft.VisualStudio.TeamFoundation.Client (in Microsoft.VisualStudio.TeamFoundation.Client.dll)

Syntax

'宣言
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

.NET Framework Security

See Also

Reference

BaseUIHierarchy Class

ExecPasteCommand Overload

Microsoft.TeamFoundation.Common Namespace