VCCodeModel.Namespaces Property

Definition

Gets the collection of namespaces for the object.

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

Property Value

A CodeElements collection.

Attributes

Applies to