Sdílet prostřednictvím


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: CodeElements

A CodeElements collection.

Permissions

See Also

Reference

VCCodeModel Interface

VCCodeModel Members

Microsoft.VisualStudio.VCCodeModel Namespace