'宣言Public Function New( _ ByVal commandId As Integer, _ ByVal displayName As String _ )
public UICustomCommandAttribute( int commandId, string displayName )
パラメータ
- commandId
 - コマンドのcommandId。
 - displayName
 - コマンドの名前。
 
'宣言Public Function New( _ ByVal commandId As Integer, _ ByVal displayName As String _ )
public UICustomCommandAttribute( int commandId, string displayName )