DataSupport.OpenSupportStream Method (CultureInfo)
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.CultureInfoThe 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.