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 for a specified culture.
Namespace: Microsoft.VisualStudio.Data.Framework
Assembly: Microsoft.VisualStudio.Data.Framework (in Microsoft.VisualStudio.Data.Framework.dll)
Syntax
'Declaration
Protected Overridable Function OpenSupportStream ( _
culture As CultureInfo _
) As Stream
protected virtual Stream OpenSupportStream(
CultureInfo culture
)
protected:
virtual Stream^ OpenSupportStream(
CultureInfo^ culture
)
abstract OpenSupportStream :
culture:CultureInfo -> Stream
override OpenSupportStream :
culture:CultureInfo -> Stream
protected function OpenSupportStream(
culture : CultureInfo
) : Stream
Parameters
- culture
Type: System.Globalization.CultureInfo
The geographical culture (as CultureInfo object) for which to retrieve the Stream object instance.
Return Value
Type: System.IO.Stream
Returns a Stream object for the specified culture.
.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.