C# 클래스 NppSharp.NppDisplayNameAttribute

상속: System.Attribute
파일 보기 프로젝트 열기: cmrazek/NppSharp

공개 메소드들

메소드 설명
NppDisplayNameAttribute ( string displayName ) : System

Constructs the display name attribute.

메소드 상세

NppDisplayNameAttribute() 공개 메소드

Constructs the display name attribute.
public NppDisplayNameAttribute ( string displayName ) : System
displayName string The name of the command, as it will be displayed on the menu item.
리턴 System