IXamlCompletion.EventDescription Property
This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Gets the description of the event handler expected.
Namespace: Microsoft.Xaml
Assembly: Microsoft.Windows.Design.Markup (in Microsoft.Windows.Design.Markup.dll)
Syntax
'Declaration
ReadOnly Property EventDescription As EventDescription
'Usage
Dim instance As IXamlCompletion
Dim value As EventDescription
value = instance.EventDescription
EventDescription EventDescription { get; }
property EventDescription EventDescription {
EventDescription get ();
}
function get EventDescription () : EventDescription
Property Value
Type: Microsoft.Xaml.EventDescription
Remarks
This property is only valid if the kind is EventHandlerDescription.
.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.