指定 GetItemType 方法返回的数据项类型的格式。
命名空间: Microsoft.VisualStudio.Data.Services.SupportEntities
程序集: Microsoft.VisualStudio.Data.Services(在 Microsoft.VisualStudio.Data.Services.dll 中)
语法
声明
Public Enumeration DataItemTypeFormat
public enum DataItemTypeFormat
public enum class DataItemTypeFormat
type DataItemTypeFormat
public enum DataItemTypeFormat
成员
成员名称 | 说明 | |
---|---|---|
Default | 项目格式类型是作为默认设置的类型。 | |
ManagedType | 项目类型的格式为 Type实例。 | |
NativeType | 项目格式类型是表示本地类型的字符串。 |