IXamlCompletion.IsEvent Property
This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Gets a value indicating whether this completion refers to an event.
Namespace: Microsoft.Xaml
Assembly: Microsoft.Windows.Design.Markup (in Microsoft.Windows.Design.Markup.dll)
Syntax
'Declaration
ReadOnly Property IsEvent As Boolean
'Usage
Dim instance As IXamlCompletion
Dim value As Boolean
value = instance.IsEvent
bool IsEvent { get; }
property bool IsEvent {
bool get ();
}
function get IsEvent () : boolean
Property Value
Type: System.Boolean
true if this completion refers to an event; otherwise, false.
.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.