C# 클래스 SharpDox.Sdk.Config.Attributes.NameAttribute

If a configuration item should be visible in the gui, it needs to be marked by this attribute to get a display name. Falls ein Konfigurationselement in der GUI sichtbar sein soll, muss es mit diesem Attribut gekennzeichnet sein. Damit bekommt es einen Anzeigenamen für das Propertygrid.
상속: System.Attribute
파일 보기 프로젝트 열기: Geaz/sharpDox 1 사용 예제들

공개 메소드들

메소드 설명
NameAttribute ( Type localType, string displayName ) : System

The name attribute for a configuration item in a custom configuration section.

Das Namensattribut für ein Konfigurationselement in einer benutzerdefinierten Konfigurationssektion.

메소드 상세

NameAttribute() 공개 메소드

The name attribute for a configuration item in a custom configuration section. Das Namensattribut für ein Konfigurationselement in einer benutzerdefinierten Konfigurationssektion.
public NameAttribute ( Type localType, string displayName ) : System
localType System.Type The type of the custom strings to get the title.
displayName string Name of the property to get the title.
리턴 System