VsUserDataClass.SetData Method
Sets user data to a buffer.
Namespace: Microsoft.VisualStudio.TextManager.Interop
Assembly: Microsoft.VisualStudio.TextManager.Interop (in Microsoft.VisualStudio.TextManager.Interop.dll)
Syntax
'Declaration
Public Overridable Function SetData ( _
ByRef riidKey As Guid, _
vtData As Object _
) As Integer
public virtual int SetData(
ref Guid riidKey,
Object vtData
)
public:
virtual int SetData(
[InAttribute] Guid% riidKey,
[InAttribute] Object^ vtData
)
abstract SetData :
riidKey:Guid byref *
vtData:Object -> int
override SetData :
riidKey:Guid byref *
vtData:Object -> int
public function SetData(
riidKey : Guid,
vtData : Object
) : int
Parameters
riidKey
Type: System.Guid%[in] Unique identifier of the data.
vtData
Type: System.Object[in] Data to be set.
Return Value
Type: System.Int32
If the method succeeds, it returns S_OK. If it fails, it returns an error code.
Implements
IVsUserData.SetData(Guid%, Object)
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.