IControl.Interfaces Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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(1610743822)]
public object Interfaces { [System.Runtime.InteropServices.DispId(1610743822)] get; }
[<System.Runtime.InteropServices.DispId(1610743822)>]
[<get: System.Runtime.InteropServices.DispId(1610743822)>]
member this.Interfaces : obj
Public ReadOnly Property Interfaces As Object
Property Value
The collection of interfaces for the parent object.
- Attributes