VCCodeNamespace.Variables Property

Definition

Gets the collection of variables for the object.

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

Property Value

A CodeElements collection.

Attributes

Applies to