VCCodeModel.Usings Property

Gets the collection of #using elements for the object.

Namespace:  Microsoft.VisualStudio.VCCodeModel
Assembly:  Microsoft.VisualStudio.VCCodeModel (in Microsoft.VisualStudio.VCCodeModel.dll)

Syntax

'Declaration
ReadOnly Property Usings As CodeElements
    Get
CodeElements Usings { get; }
property CodeElements^ Usings {
    CodeElements^ get ();
}
abstract Usings : CodeElements
function get Usings () : CodeElements

Property Value

Type: EnvDTE.CodeElements
A CodeElements collection.

.NET Framework Security

See Also

Reference

VCCodeModel Interface

Microsoft.VisualStudio.VCCodeModel Namespace