Share via


UserContext.SaveToString Method

This method is not used by the Visual Studio SDK. Returns a serialized version of the Help context.

Namespace:  Microsoft.VisualStudio.Modeling.Design
Assembly:  Microsoft.VisualStudio.Modeling.Sdk (in Microsoft.VisualStudio.Modeling.Sdk.dll)

Syntax

'Declaration
Public Function SaveToString As String
'Usage
Dim instance As UserContext 
Dim returnValue As String 

returnValue = instance.SaveToString()
public string SaveToString()
public:
String^ SaveToString()
public function SaveToString() : String

Return Value

Type: System.String
The serialized version of the Help context.

.NET Framework Security

See Also

Reference

UserContext Class

UserContext Members

Microsoft.VisualStudio.Modeling.Design Namespace

Change History

Date

History

Reason

July 2008

Added topic.

Content bug fix.