DataItemTypeFormat Enumeration
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. | |
ManagedType | The item type format is an instance of Type. | |
NativeType | The item type format is a string representing the native type. |
See Also
Reference
Microsoft.VisualStudio.Data.Services.SupportEntities Namespace