DataMenuCommand Constructor (CommandID)

This type has a SecurityCriticalAttribute attribute, which restricts it to internal use by the .NET Framework for Silverlight class library. Application code that uses any member of this type throws a MethodAccessException.

[SECURITY CRITICAL]

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

'Declaration
Public Sub New ( _
    command As CommandID _
)
public DataMenuCommand(
    CommandID command
)
public:
DataMenuCommand(
    CommandID^ command
)
new : 
        command:CommandID -> DataMenuCommand
public function DataMenuCommand(
    command : CommandID
)

Parameters

See Also

Reference

DataMenuCommand Class

DataMenuCommand Overload

Microsoft.VisualStudio.Data.Framework Namespace