VsUserDataClass Class

 

Allows a caller to use a GUID to set or get user data (properties). See IVsUserData.

Namespace:   Microsoft.VisualStudio.TextManager.Interop
Assembly:  Microsoft.VisualStudio.TextManager.Interop (in Microsoft.VisualStudio.TextManager.Interop.dll)

System.Object
  Microsoft.VisualStudio.TextManager.Interop.VsUserDataClass

[ClassInterfaceAttribute(0)]
[GuidAttribute("F5E7E718-1401-11D1-883B-0000F87579D2")]
public class VsUserDataClass : IVsUserData, VsUserData

NameDescription
System_CAPS_pubmethodVsUserDataClass()

Creates a new instance of the class.

NameDescription
System_CAPS_pubmethodEquals(Object)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetData(Guid, Object)

Returns user data from a buffer.

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodSetData(Guid, Object)

Sets user data to a buffer.

System_CAPS_pubmethodToString()

(Inherited from Object.)

You cannot create an instance of this class with the new keyword. Instead, you must get the ILocalRegistry object and create the object with CreateInstance. The MPF wraps this method with CreateInstance.

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: