ICoclassInfo.Interfaces Property

Definition

Gets the collection of interfaces for the parent object.

public:
 property System::Object ^ Interfaces { System::Object ^ get(); };
public:
 property Platform::Object ^ Interfaces { Platform::Object ^ get(); };
[System.Runtime.InteropServices.DispId(1610743810)]
public object Interfaces { [System.Runtime.InteropServices.DispId(1610743810)] get; }
[<System.Runtime.InteropServices.DispId(1610743810)>]
[<get: System.Runtime.InteropServices.DispId(1610743810)>]
member this.Interfaces : obj
Public ReadOnly Property Interfaces As Object

Property Value

Attributes

Examples

For an example of usage, see CodeModelMacros.

Applies to