Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Specifies the format of a data item type returned by the GetItemType method.
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
Members
| Member name | Description | |
|---|---|---|
| Default | The item type format is the type set as the default. | |
| NativeType | The item type format is a string representing the native type. | |
| ManagedType | The item type format is an instance of [T:System.][Type]. |
See Also
Reference
Microsoft.VisualStudio.Data.Services.SupportEntities Namespace