DataConnectionPropertyChangedEventArgs.PropertyName, propriété
Extrait le nom de la propriété qui a changé.
Espace de noms : Microsoft.VisualStudio.Data
Assembly : Microsoft.VisualStudio.Data (dans Microsoft.VisualStudio.Data.dll)
Syntaxe
'Déclaration
Public ReadOnly Property PropertyName As String
public string PropertyName { get; }
public:
property String^ PropertyName {
String^ get ();
}
member PropertyName : string with get
function get PropertyName () : String
Valeur de propriété
Type : String
Retourne le nom de littéral de chaîne de la propriété qui a changé.
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, voir Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.