VCCodeEvent.Functions Özellik

Tanım

Bir olayın uygulanan alt yöntemleri koleksiyonunu alır (örn. ' Add ', ' Throw ', ' Remove ', ' Raise ').

public:
 property EnvDTE::CodeElements ^ Functions { EnvDTE::CodeElements ^ get(); };
[System.Runtime.InteropServices.DispId(585)]
public EnvDTE.CodeElements Functions { [System.Runtime.InteropServices.DispId(585)] [System.Runtime.InteropServices.TypeLibFunc(System.Runtime.InteropServices.TypeLibFuncFlags.FNonBrowsable)] get; }
[<System.Runtime.InteropServices.DispId(585)>]
[<get: System.Runtime.InteropServices.DispId(585)>]
[<get: System.Runtime.InteropServices.TypeLibFunc(System.Runtime.InteropServices.TypeLibFuncFlags.FNonBrowsable)>]
member this.Functions : EnvDTE.CodeElements
Public ReadOnly Property Functions As CodeElements

Özellik Değeri

CodeElements

Bir CodeElements koleksiyon.

Öznitelikler

Açıklamalar

Koleksiyondaki her öğe bir öğesidir CodeFunction .

Şunlara uygulanır