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 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
public virtual Stream OpenSupportStream()
public:
virtual Stream^ OpenSupportStream()
abstract OpenSupportStream : unit -> Stream
override OpenSupportStream : unit -> Stream
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.