IInterfaceInfo.Base 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 a string containing the name of the base class of the interface.
public:
property System::String ^ Base { System::String ^ get(); };
public:
property Platform::String ^ Base { Platform::String ^ get(); };
[System.Runtime.InteropServices.DispId(1610743815)]
public string Base { [System.Runtime.InteropServices.DispId(1610743815)] get; }
[<System.Runtime.InteropServices.DispId(1610743815)>]
[<get: System.Runtime.InteropServices.DispId(1610743815)>]
member this.Base : string
Public ReadOnly Property Base As String
Property Value
The name of the base class of the interface.
- Attributes
Examples
See Source.