C# Class VsTeXProject.LocDisplayNameAttribute

Specifies the display name for a property, event, or public void method which takes no arguments.
Inheritance: System.ComponentModel.DisplayNameAttribute
Afficher le fichier Open project: mimura1133/vstex

Méthodes publiques

Méthode Description
LocDisplayNameAttribute ( string name ) : System

Public constructor.

Method Details

LocDisplayNameAttribute() public méthode

Public constructor.
public LocDisplayNameAttribute ( string name ) : System
name string Attribute display name.
Résultat System