VCCodeEvent.IsShared Eigenschaft

Definition

IsShared ist true, wenn das Ereignis mit dem- static Schlüsselwort deklariert wurde.

public:
 property bool IsShared { bool get(); void set(bool value); };
public:
 property bool IsShared { bool get(); void set(bool value); };
[System.Runtime.InteropServices.DispId(584)]
public bool IsShared { [System.Runtime.InteropServices.DispId(584)] get; [System.Runtime.InteropServices.DispId(584)] set; }
[<System.Runtime.InteropServices.DispId(584)>]
[<get: System.Runtime.InteropServices.DispId(584)>]
[<set: System.Runtime.InteropServices.DispId(584)>]
member this.IsShared : bool with get, set
Public Property IsShared As Boolean

Eigenschaftswert

Boolean

true , wenn das-Ereignis mit dem-Schlüsselwort deklariert wurde, static andernfalls false .

Attribute

Gilt für