VCCodeNamespace.Structs Property

Gets the collection of structure elements for the object.

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

Syntax

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

Property Value

Type: EnvDTE.CodeElements
A CodeElements collection.

.NET Framework Security

See Also

Reference

VCCodeNamespace Interface

Microsoft.VisualStudio.VCCodeModel Namespace