DataViewPropertyDescriptor.NameHashCode, propriété
Obtient le code de hachage du nom de la propriété.
Espace de noms : Microsoft.VisualStudio.Data.Framework
Assembly : Microsoft.VisualStudio.Data.Framework (dans Microsoft.VisualStudio.Data.Framework.dll)
Syntaxe
'Déclaration
Protected Overrides ReadOnly Property NameHashCode As Integer
protected override int NameHashCode { get; }
protected:
virtual property int NameHashCode {
int get () override;
}
abstract NameHashCode : int
override NameHashCode : int
override function get NameHashCode () : int
Valeur de propriété
Type : System.Int32
Une valeur entière qui représente le code de hachage du nom de la propriété.
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, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.