DocData.GetData(Guid, Object) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Implementation of IVsUserData.GetData
public:
virtual int GetData(Guid % riidKey, [Runtime::InteropServices::Out] System::Object ^ % pvtData);
public int GetData (ref Guid riidKey, out object pvtData);
abstract member GetData : Guid * obj -> int
override this.GetData : Guid * obj -> int
Public Function GetData (ByRef riidKey As Guid, ByRef pvtData As Object) As Integer
Parameters
- riidKey
- Guid
The type of data being requested.
- pvtData
- Object
the data we return.