DataViewSupport.OpenSupportStream Method
Opens a stream of bytes representing the data view support XML.
Namespace: Microsoft.VisualStudio.Data.Framework
Assembly: Microsoft.VisualStudio.Data.Framework (in Microsoft.VisualStudio.Data.Framework.dll)
Syntax
'Declaration
Public Overrides Function OpenSupportStream As Stream
'Usage
Dim instance As DataViewSupport
Dim returnValue As Stream
returnValue = instance.OpenSupportStream()
public override Stream OpenSupportStream()
public:
virtual Stream^ OpenSupportStream() override
public override function OpenSupportStream() : Stream
Return Value
Type: System.IO.Stream
A Stream object representing the data view support XML.
Implements
IVsDataSupport.OpenSupportStream()
IVsDataSupport.OpenSupportStream()
Remarks
This method delegates the call to OpenSupportStream and passes CultureInfo.CurrentUICulture for the CultureInfo parameter.
Examples
.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.