VCCodeModel.UsingAliases Property

Definition

Gets the collection of alias elements for the object.

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

Property Value

A CodeElements collection.

Attributes

Applies to