Share via


IXamlFileInformationContext.GetEventBindings Method

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

Returns the event bindings in the specified range.

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

Syntax

'Declaration
Function GetEventBindings ( _
    offset As Integer, _
    length As Integer _
) As EventBinding()
'Usage
Dim instance As IXamlFileInformationContext 
Dim offset As Integer 
Dim length As Integer 
Dim returnValue As EventBinding()

returnValue = instance.GetEventBindings(offset, _
    length)
EventBinding[] GetEventBindings(
    int offset,
    int length
)
array<EventBinding>^ GetEventBindings(
    int offset, 
    int length
)
function GetEventBindings(
    offset : int, 
    length : int
) : EventBinding[]

Parameters

Return Value

Type: array<Microsoft.Xaml.EventBinding[]
An array of event bindings for the specified range.

Remarks

Event bindings are the values given to attributes of an event type.

.NET Framework Security

See Also

Reference

IXamlFileInformationContext Interface

IXamlFileInformationContext Members

Microsoft.Xaml Namespace

Other Resources

WPF Designer Extensibility