VsLocalUserDataClass Class

 

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

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

System.Object
  Microsoft.VisualStudio.TextManager.Interop.VsLocalUserDataClass

[GuidAttribute("5130C7AB-85BB-11D3-B363-00C04F611E41")]
[ClassInterfaceAttribute(0)]
public class VsLocalUserDataClass : IVsUserData, VsLocalUserData

NameDescription
System_CAPS_pubmethodVsLocalUserDataClass()

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)

Set 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: