VCCodeClass.Variables Property

Definition

Gets the collection of variables for the VCCodeClass object.

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

Property Value

A CodeElements collection.

Attributes

Applies to