Partilhar via


Propriedade VCCodeEvent.IsShared

IsSharedé verdade se o evento tenha sido declarado com o static palavra-chave.

Namespace:  Microsoft.VisualStudio.VCCodeModel
Assembly:  Microsoft.VisualStudio.VCCodeModel (em Microsoft.VisualStudio.VCCodeModel.dll)

Sintaxe

'Declaração
Property IsShared As Boolean
bool IsShared { get; set; }
property bool IsShared {
    bool get ();
    void set (bool value);
}
abstract IsShared : bool with get, set
function get IsShared () : boolean
function set IsShared (value : boolean)

Valor de propriedade

Tipo: System.Boolean
true Se o evento foi declarado com o static palavra-chave; Caso contrário, false.

Segurança do .NET Framework

Consulte também

Referência

VCCodeEvent Interface

Namespace Microsoft.VisualStudio.VCCodeModel