C# Class VsTeXProject.LocDisplayNameAttribute

Specifies the display name for a property, event, or public void method which takes no arguments.
Inheritance: System.ComponentModel.DisplayNameAttribute
ファイルを表示 Open project: mimura1133/vstex

Public Methods

Method Description
LocDisplayNameAttribute ( string name ) : System

Public constructor.

Method Details

LocDisplayNameAttribute() public method

Public constructor.
public LocDisplayNameAttribute ( string name ) : System
name string Attribute display name.
return System