DocData.SetData(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.SetData Called by IVsCodePageSelection.ShowEncodingDialog to return the selected encoding.
public:
 virtual int SetData(Guid % riidKey, System::Object ^ vtData);public int SetData(ref Guid riidKey, object vtData);abstract member SetData : Guid * obj -> int
override this.SetData : Guid * obj -> intPublic Function SetData (ByRef riidKey As Guid, vtData As Object) As IntegerParameters
- riidKey
- Guid
The type of data being set.
- vtData
- Object
the actual data set.