次の方法で共有


VCCodeProperty.Functions Property

Definition

Gets a collection of functions for the parent object.

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

Property Value

A collection of functions as CodeElements.

Attributes

Applies to