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.
Microsoft internal use only.
Namespace: Microsoft.VisualStudio.PlatformUI
Assembly: Microsoft.VisualStudio.Shell.11.0 (in Microsoft.VisualStudio.Shell.11.0.dll)
Syntax
'Declaration
Protected Overrides Function Convert ( _
value As Boolean, _
parameter As Object, _
culture As CultureInfo _
) As FlowDirection
protected override FlowDirection Convert(
bool value,
Object parameter,
CultureInfo culture
)
protected:
virtual FlowDirection Convert(
bool value,
Object^ parameter,
CultureInfo^ culture
) override
abstract Convert :
value:bool *
parameter:Object *
culture:CultureInfo -> FlowDirection
override Convert :
value:bool *
parameter:Object *
culture:CultureInfo -> FlowDirection
protected override function Convert(
value : boolean,
parameter : Object,
culture : CultureInfo
) : FlowDirection
Parameters
value
Type: System.BooleanValue to convert
parameter
Type: System.ObjectConversion parameter.
culture
Type: System.Globalization.CultureInfoCulture for conversion.
Return Value
Type: System.Windows.FlowDirection
Microsoft internal use only.
.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.