Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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()
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.