DataSourceGroup 类
定义
在 EnvDTE.Project 级别实现单个数据源所需的基本功能。Implements the basic functionality required by a single data source at the EnvDTE.Project level.
public ref class DataSourceGroup abstract
public abstract class DataSourceGroup
type DataSourceGroup = class
Public MustInherit Class DataSourceGroup
- 继承
-
DataSourceGroup
构造函数
| DataSourceGroup() |
初始化 DataSourceGroup 类的新实例。Initializes a new instance of the DataSourceGroup class. |
属性
| DataSources |
在派生类中重写后,获取组中数据源的说明符的集合。When overridden in a derived class, gets the collection of descriptors for the data sources in this group. |
| Image |
在派生类中重写后,获取表示组的 Bitmap 图像。When overridden in a derived class, gets the Bitmap image that represents the group. |
| IsDefault |
在派生类中重写后,获取一个值,该值指示组是否是默认组。When overridden in a derived class, gets the value indicating whether this group is the default group. |
| Name |
在派生类中重写后,获取组的名称。When overridden in a derived class, gets the name of the group. |
方法
| Equals(Object) |
确定指定对象是否等于当前对象。Determines whether the specified object is equal to the current object. (继承自 Object) |
| GetHashCode() |
作为默认哈希函数。Serves as the default hash function. (继承自 Object) |
| GetType() |
获取当前实例的 Type。Gets the Type of the current instance. (继承自 Object) |
| MemberwiseClone() |
创建当前 Object 的浅表副本。Creates a shallow copy of the current Object. (继承自 Object) |
| ToString() |
返回表示当前对象的字符串。Returns a string that represents the current object. (继承自 Object) |