VsLocalUserDataClass::SetData Method (Guid, Object^)
Visual Studio 2015
Set user data to a buffer.
Assembly: Microsoft.VisualStudio.TextManager.Interop (in Microsoft.VisualStudio.TextManager.Interop.dll)
Parameters
- riidKey
-
Type:
System::Guid
[in] Unique identifier of the data.
- vtData
-
Type:
System::Object^
[in] Data to be set.
Return Value
Type: System::Int32If the method succeeds, it returns S_OK; otherwise, it returns an error code.
Implements
IVsUserData::SetData(Guid, Object^)
Show: