Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- offset
Type: System.Int32
- length
Type: System.Int32
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
- 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.
See Also
Reference
IXamlFileInformationContext Interface
IXamlFileInformationContext Members