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
'宣言
Public Enumeration DataItemTypeFormat
'使用
Dim instance As DataItemTypeFormat
public enum DataItemTypeFormat
public enum class 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