UIBlob Class

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
Public property ItemId Gets the numeric ID for a specific item.
Public property VSHierarchy Gets the pointer to the item in the Visual Studio solution hierarchy.

Top

Methods

  Name Description
Public method Equals Determines whether the provided object is equal to the current object. (Overrides Object.Equals(Object).)
Protected method Finalize Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)
Public method GetHashCode Serves as a hash function for a particular type. (Overrides Object.GetHashCode().)
Public method GetType Gets the Type of the current instance. (Inherited from Object.)
Protected method MemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
Public method 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.

See Also

Reference

Microsoft.VisualStudio.TestTools.Vsip Namespace

IVsHierarchy