使用英语阅读

通过


VsLocalUserDataClass.SetData Method

Set user data to a buffer.

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

Syntax

public virtual int SetData(
    ref Guid riidKey,
    Object vtData
)

Parameters

  • riidKey
    Type: System.Guid%
    [in] Unique identifier of the data.

Return Value

Type: System.Int32
If the method succeeds, it returns S_OK; otherwise, it returns an error code.

Implements

IVsUserData.SetData(Guid%, Object)

.NET Framework Security

See Also

Reference

VsLocalUserDataClass Class

Microsoft.VisualStudio.TextManager.Interop Namespace