DataItemTypeFormat-Enumeration
Gibt das Format eines Datenelementtyps an, der durch die GetItemType-Methode zurückgegeben wird.
Namespace: Microsoft.VisualStudio.Data.Services.SupportEntities
Assembly: Microsoft.VisualStudio.Data.Services (in Microsoft.VisualStudio.Data.Services.dll)
Syntax
'Declaration
Public Enumeration DataItemTypeFormat
public enum DataItemTypeFormat
public enum class DataItemTypeFormat
type DataItemTypeFormat
public enum DataItemTypeFormat
Member
Membername | Beschreibung | |
---|---|---|
Default | Das Elementtypformat ist der Typ, der als Standard festgelegt. | |
ManagedType | Das Elementtypformat ist eine Instanz von Type. | |
NativeType | Das Elementtypformat ist eine Zeichenfolge, die den systemeigenen Typ darstellt. |
Siehe auch
Referenz
Microsoft.VisualStudio.Data.Services.SupportEntities-Namespace