Compartilhar via


LocalizablePropertyDisplayNameAttribute(Type, String) Construtor

Definição

Inicializa uma nova instância da classe LocalizablePropertyDisplayNameAttribute usando o tipo e o nome da propriedade especificados.

public:
 LocalizablePropertyDisplayNameAttribute(Type ^ type, System::String ^ propertyName);
public LocalizablePropertyDisplayNameAttribute (Type type, string propertyName);
new Microsoft.SqlServer.Dts.Runtime.Localization.LocalizablePropertyDisplayNameAttribute : Type * string -> Microsoft.SqlServer.Dts.Runtime.Localization.LocalizablePropertyDisplayNameAttribute
Public Sub New (type As Type, propertyName As String)

Parâmetros

type
Type

O nome do tipo.

propertyName
String

O nome da propriedade.

Aplica-se a