VCCodeIDLLibrary.Interfaces Property

Gets the collection of interfaces for the parent object.

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

Syntax

声明
ReadOnly Property Interfaces As CodeElements
用法
Dim instance As VCCodeIDLLibrary
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

VCCodeIDLLibrary Interface

VCCodeIDLLibrary Members

Microsoft.VisualStudio.VCCodeModel Namespace