LocalizablePropertyDisplayNameAttribute(Type, String) Constructor

Definición

Inicializa una nueva instancia de la clase LocalizablePropertyDisplayNameAttribute utilizando el tipo especificado y el nombre de la propiedad.

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

Nombre del tipo.

propertyName
String

Nombre de la propiedad.

Se aplica a