DataSupport.OpenSupportStream Method
Opens a stream of bytes representing the XML content.
Namespace: Microsoft.VisualStudio.Data.Framework
Assembly: Microsoft.VisualStudio.Data.Framework (in Microsoft.VisualStudio.Data.Framework.dll)
Syntax
'Declaration
Public Overridable Function OpenSupportStream As Stream
'Usage
Dim instance As DataSupport
Dim returnValue As Stream
returnValue = instance.OpenSupportStream()
public virtual Stream OpenSupportStream()
public:
virtual Stream^ OpenSupportStream()
public function OpenSupportStream() : Stream
Return Value
Type: System.IO.Stream
Returns a Stream object.
Implements
IVsDataSupport.OpenSupportStream()
Remarks
The default CultureInfo value used in this method is InvariantCulture.
.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.