다음을 통해 공유


DataMenuCommand Constructor (CommandID)

Initializes a new instance of the DataMenuCommand class, specifying the command identifier.

Namespace:  Microsoft.VisualStudio.Data.Framework
Assembly:  Microsoft.VisualStudio.Data.Framework (in Microsoft.VisualStudio.Data.Framework.dll)

Syntax

‘선언
Public Sub New ( _
    command As CommandID _
)
public DataMenuCommand(
    CommandID command
)
public:
DataMenuCommand(
    CommandID^ command
)
new : 
        command:CommandID -> DataMenuCommand
public function DataMenuCommand(
    command : CommandID
)

Parameters

Remarks

This constructor delegates to DataMenuCommand and passes nulla null reference (Nothing in Visual Basic) for the last two arguments.

.NET Framework Security

See Also

Reference

DataMenuCommand Class

DataMenuCommand Overload

Microsoft.VisualStudio.Data.Framework Namespace