Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Returns user data from a buffer.
Namespace:  Microsoft.VisualStudio.TextManager.Interop
Assembly:  Microsoft.VisualStudio.TextManager.Interop (in Microsoft.VisualStudio.TextManager.Interop.dll)
Syntax
'Declaration
Public Overridable Function GetData ( _
    ByRef riidKey As Guid, _
    <OutAttribute> ByRef pvtData As Object _
) As Integer
public virtual int GetData(
    ref Guid riidKey,
    out Object pvtData
)
public:
virtual int GetData(
    [InAttribute] Guid% riidKey, 
    [OutAttribute] Object^% pvtData
)
abstract GetData : 
        riidKey:Guid byref * 
        pvtData:Object byref -> int  
override GetData : 
        riidKey:Guid byref * 
        pvtData:Object byref -> int
public function GetData(
    riidKey : Guid, 
    pvtData : Object
) : int
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. If it fails, it returns an error code.
Implements
IVsUserData.GetData(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.