Share via


SemanticRange Structure

This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Represents outline ranges in the XAML file.

Namespace:  Microsoft.Xaml
Assembly:  Microsoft.Windows.Design.Markup (in Microsoft.Windows.Design.Markup.dll)

Syntax

'Declaration
<SerializableAttribute> _
Public Structure SemanticRange
'Usage
Dim instance As SemanticRange
[SerializableAttribute]
public struct SemanticRange
[SerializableAttribute]
public value class SemanticRange
JScript supports the use of structures, but not the declaration of new ones.

Remarks

This structure is returned by the GetSemanticRanges method and represents the new ranges to be added or removed given changes to the XAML file.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

SemanticRange Members

Microsoft.Xaml Namespace

Other Resources

WPF Designer Extensibility