表示数据对象的标识符。
命名空间: Microsoft.VisualStudio.Data.Services
程序集: Microsoft.VisualStudio.Data.Services(在 Microsoft.VisualStudio.Data.Services.dll 中)
语法
声明
Public Interface IVsDataObjectIdentifier _
Inherits IList(Of Object), ICollection(Of Object), _
IEnumerable(Of Object), IEnumerable, IComparable(Of String), _
IComparable(Of Object()), IEquatable(Of String), _
IEquatable(Of Object())
public interface IVsDataObjectIdentifier : IList<Object>,
ICollection<Object>, IEnumerable<Object>, IEnumerable,
IComparable<string>, IComparable<Object[]>, IEquatable<string>,
IEquatable<Object[]>
public interface class IVsDataObjectIdentifier : IList<Object^>,
ICollection<Object^>, IEnumerable<Object^>, IEnumerable,
IComparable<String^>, IComparable<array<Object^>^>,
IEquatable<String^>, IEquatable<array<Object^>^>
type IVsDataObjectIdentifier =
interface
interface IList<Object>
interface ICollection<Object>
interface IEnumerable<Object>
interface IEnumerable
interface IComparable<string>
interface IComparable<Object[]>
interface IEquatable<string>
interface IEquatable<Object[]>
end
public interface IVsDataObjectIdentifier extends IList<Object>, ICollection<Object>, IEnumerable<Object>, IEnumerable, IComparable<String>, IComparable<Object[]>, IEquatable<String>, IEquatable<Object[]>
IVsDataObjectIdentifier 类型公开以下成员。
属性
名称 | 说明 | |
---|---|---|
![]() |
Count | 获取 ICollection<T> 中包含的元素数。 (继承自 ICollection<Object>。) |
![]() |
IsReadOnly | 获取一个值,该值指示 ICollection<T> 是否为只读。 (继承自 ICollection<Object>。) |
![]() |
Item | 获取或设置位于指定索引处的元素。 (继承自 IList<Object>。) |
页首
方法
名称 | 说明 | |
---|---|---|
![]() |
Add | 将某项添加到 ICollection<T> 中。 (继承自 ICollection<Object>。) |
![]() |
Clear | 从 ICollection<T> 中移除所有项。 (继承自 ICollection<Object>。) |
![]() |
CompareTo(T) | 比较当前对象和同一类型的另一对象。 (继承自 IComparable<String>。) |
![]() |
CompareTo(T) | (继承自 IComparable<array<Object[]>。) |
![]() |
Contains | 确定 ICollection<T> 是否包含特定值。 (继承自 ICollection<Object>。) |
![]() |
CopyTo | 从特定的 Array 索引开始,将 ICollection<T> 的元素复制到一个 Array 中。 (继承自 ICollection<Object>。) |
![]() |
Equals(T) | 指示当前对象是否等于同一类型的另一个对象。 (继承自 IEquatable<String>。) |
![]() |
Equals(T) | (继承自 IEquatable<array<Object[]>。) |
![]() |
GetEnumerator() | 返回一个循环访问集合的枚举器。 (继承自 IEnumerable<Object>。) |
![]() |
GetEnumerator() | 返回一个循环访问集合的枚举数。 (继承自 IEnumerable。) |
![]() |
IndexOf | 确定 IList<T> 中特定项的索引。 (继承自 IList<Object>。) |
![]() |
Insert | 将一个项插入指定索引处的 IList<T>。 (继承自 IList<Object>。) |
![]() |
Remove | 从 ICollection<T> 中移除特定对象的第一个匹配项。 (继承自 ICollection<Object>。) |
![]() |
RemoveAt | 移除指定索引处的 IList<T> 项。 (继承自 IList<Object>。) |
![]() |
ToArray | 转换为数组的当前 IVsDataObjectIdentifier 对象表示标识符的标识符部件。 |
![]() |
ToString | 转换为包含标识符部件,由分隔符分隔的字符串的当前 IVsDataObjectIdentifier 对象。 |
页首
备注
此接口实现为内置DDEX服务。