IVsDataObjectIdentifier 介面
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
表示數據物件的識別碼。
public interface class IVsDataObjectIdentifier : IComparable<cli::array <System::Object ^> ^>, IComparable<System::String ^>, IEquatable<cli::array <System::Object ^> ^>, IEquatable<System::String ^>, System::Collections::Generic::ICollection<System::Object ^>, System::Collections::Generic::IEnumerable<System::Object ^>, System::Collections::Generic::IList<System::Object ^>
public interface IVsDataObjectIdentifier : IComparable<object[]>, IComparable<string>, IEquatable<object[]>, IEquatable<string>, System.Collections.Generic.ICollection<object>, System.Collections.Generic.IEnumerable<object>, System.Collections.Generic.IList<object>
type IVsDataObjectIdentifier = interface
interface IList<obj>
interface ICollection<obj>
interface seq<obj>
interface IEnumerable
interface IComparable<string>
interface IComparable<obj[]>
interface IEquatable<string>
interface IEquatable<obj[]>
Public Interface IVsDataObjectIdentifier
Implements ICollection(Of Object), IComparable(Of Object()), IComparable(Of String), IEnumerable(Of Object), IEquatable(Of Object()), IEquatable(Of String), IList(Of Object)
- 實作
方法
ToArray() |
將目前的 IVsDataObjectIdentifier 物件轉換為代表標識碼的標識碼部分陣列。 |
ToString(DataObjectIdentifierFormat) |
將目前的 IVsDataObjectIdentifier 物件轉換成包含識別碼部分的字串,並以分隔符分隔。 |
擴充方法
EmptyIfNull<T>(IEnumerable<T>) |
如果不是 Null,則傳回這個列舉。 如果是 null,則傳回空列舉。 |