DataViewMenuCommand.ItemId, propriété
Obtient l'ID d'élément
Espace de noms : Microsoft.VisualStudio.Data.Framework
Assembly : Microsoft.VisualStudio.Data.Framework (dans Microsoft.VisualStudio.Data.Framework.dll)
Syntaxe
'Déclaration
Public ReadOnly Property ItemId As Integer
public int ItemId { get; }
public:
property int ItemId {
int get ();
}
member ItemId : int with get
function get ItemId () : int
Valeur de propriété
Type : Int32
Retourne une valeur entière représentant l'ID d'élément
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.