VsLocalUserDataClass::GetData Method (Guid, Object^)

 

Returns user data from a buffer.

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

public:
virtual int GetData(
	[InAttribute] Guid% riidKey,
	[OutAttribute] Object^% pvtData
)

Parameters

riidKey
Type: System::Guid

[in] Unique identifier of the data.

pvtData
Type: System::Object^

[out] Pointer to a VARIANT containing the user data.

Return Value

Type: System::Int32

If the method succeeds, it returns S_OK; otherwise, it returns an error code.

Return to top
Show: