XamlTransformHelpers.

TryGetCorrectlyTypedValue(AstTransformationContext, IXamlAstValueNode, IXamlType, IXamlAstValueNode) Method

Namespace
XamlX.Transform
Containing Type
XamlTransformHelpers

Syntax

public static bool TryGetCorrectlyTypedValue(AstTransformationContext context, IXamlAstValueNode node, IXamlType type, out IXamlAstValueNode rv)

Parameters

Name Type Description
context AstTransformationContext
node IXamlAstValueNode
type IXamlType
rv IXamlAstValueNode

Return Value

Type Description
bool