VCCodeEvent.IsShared Propriedade

Definição

IsShared será true se o evento tiver sido declarado com a static palavra-chave.

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

Valor da propriedade

Boolean

true Se o evento foi declarado com a static palavra-chave; caso contrário, false .

Atributos

Aplica-se a