Share via


ProvideCommandAttribute(String, UInt16) Constructor

Definition

public:
 ProvideCommandAttribute(System::String ^ name, System::UInt16 id);
public ProvideCommandAttribute (string name, ushort id);
new Microsoft.VisualStudio.Shell.ProvideCommandAttribute : string * uint16 -> Microsoft.VisualStudio.Shell.ProvideCommandAttribute
Public Sub New (name As String, id As UShort)

Parameters

name
String
id
UInt16

Applies to