Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
'Declaration
<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 | |
---|---|---|
![]() |
ItemId | Gets the numeric ID for a specific item. |
![]() |
VSHierarchy | Gets the pointer to the item in the Visual Studio solution hierarchy. |
Top
Methods
Name | Description | |
---|---|---|
![]() |
Equals | Determines whether the provided object is equal to the current object. (Overrides Object.Equals(Object).) |
![]() |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() |
GetHashCode | Serves as a hash function for a particular type. (Overrides Object.GetHashCode().) |
![]() |
GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() |
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.