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.
Obtains a Stream object instance for a specified culture.
Namespace: Microsoft.VisualStudio.Data
Assembly: Microsoft.VisualStudio.Data (in Microsoft.VisualStudio.Data.dll)
Syntax
'Declaration
Public Overridable Function GetSupportStream ( _
culture As CultureInfo _
) As Stream
public virtual Stream GetSupportStream(
CultureInfo culture
)
public:
virtual Stream^ GetSupportStream(
CultureInfo^ culture
)
abstract GetSupportStream :
culture:CultureInfo -> Stream
override GetSupportStream :
culture:CultureInfo -> Stream
public function GetSupportStream(
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 instance 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.