Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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
public override Stream OpenSupportStream()
public:
virtual Stream^ OpenSupportStream() override
abstract OpenSupportStream : unit -> Stream
override OpenSupportStream : unit -> Stream
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.