LocalizablePropertyDisplayNameAttribute(Type, String) Constructeur

Définition

Initialise une nouvelle instance de la classe LocalizablePropertyDisplayNameAttribute à l’aide du type spécifié et du nom de propriété.

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)

Paramètres

type
Type

Nom du type.

propertyName
String

Nom de la propriété.

S’applique à