VCCodeModel.Interfaces Property

Gets the collection of interfaces for the object.

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

Syntax

'Declaration
ReadOnly Property Interfaces As CodeElements
'Usage
Dim instance As VCCodeModel 
Dim value As CodeElements 

value = instance.Interfaces
CodeElements Interfaces { get; }
property CodeElements^ Interfaces {
    CodeElements^ get ();
}
function get Interfaces () : CodeElements

Property Value

Type: EnvDTE.CodeElements
A CodeElements collection.

.NET Framework Security

See Also

Reference

VCCodeModel Interface

VCCodeModel Members

Microsoft.VisualStudio.VCCodeModel Namespace