Represents an item in the Visual Studio solution hierarchy. This class cannot be inherited.
This API is not CLS-compliant. The CLS-compliant alternative is [None].
Inheritance Hierarchy
System.Object
  Microsoft.VisualStudio.TestTools.Vsip.UIBlob
Namespace:  Microsoft.VisualStudio.TestTools.Vsip
Assembly:  Microsoft.VisualStudio.QualityTools.Vsip (in Microsoft.VisualStudio.QualityTools.Vsip.dll)
Syntax
声明
<CLSCompliantAttribute(False)> _
Public NotInheritable Class UIBlob
[CLSCompliantAttribute(false)]
public sealed class UIBlob
[CLSCompliantAttribute(false)]
public ref class UIBlob sealed
[<Sealed>]
[<CLSCompliantAttribute(false)>]
type UIBlob =  class end
public final class UIBlob
The UIBlob type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| .gif) | ItemId | Gets the numeric ID for a specific item. | 
| .gif) | VSHierarchy | Gets the pointer to the item in the Visual Studio solution hierarchy. | 
Top
Methods
| Name | Description | |
|---|---|---|
| .gif) | Equals | Determines whether the provided object is equal to the current object. (Overrides Object.Equals(Object).) | 
| .gif) | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | 
| .gif) | GetHashCode | Serves as a hash function for a particular type. (Overrides Object.GetHashCode().) | 
| .gif) | GetType | Gets the Type of the current instance. (Inherited from Object.) | 
| .gif) | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | 
| .gif) | ToString | Returns a string that represents the current object. (Inherited from Object.) | 
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.