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.
Constructor
Namespace: Microsoft.VisualStudio.TeamFoundation
Assembly: Microsoft.VisualStudio.TeamFoundation (in Microsoft.VisualStudio.TeamFoundation.dll)
Syntax
'Declaration
Public Sub New ( _
name As String, _
prefix As String, _
commandTarget As IOleCommandTarget, _
commandGroup As Guid, _
commandId As UInteger _
)
public TfDTEBasicRoutedCommand(
string name,
string prefix,
IOleCommandTarget commandTarget,
Guid commandGroup,
uint commandId
)
public:
TfDTEBasicRoutedCommand(
String^ name,
String^ prefix,
IOleCommandTarget^ commandTarget,
Guid commandGroup,
unsigned int commandId
)
new :
name:string *
prefix:string *
commandTarget:IOleCommandTarget *
commandGroup:Guid *
commandId:uint32 -> TfDTEBasicRoutedCommand
public function TfDTEBasicRoutedCommand(
name : String,
prefix : String,
commandTarget : IOleCommandTarget,
commandGroup : Guid,
commandId : uint
)
Parameters
name
Type: System.StringName of the dte command
prefix
Type: System.Stringprefix of the command (optional)
commandTarget
Type: Microsoft.VisualStudio.OLE.Interop.IOleCommandTargetThe commandTarget that will handle this command
commandGroup
Type: System.Guidrouted command group
commandId
Type: System.UInt32routed command Id
.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.