VsLocalUserDataClass::SetData Method (Guid, Object^)

 

Set user data to a buffer.

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

public:
virtual int SetData(
	[InAttribute] Guid% riidKey,
	Object^ vtData
)

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; otherwise, it returns an error code.

Return to top
Show: