Sdílet prostřednictvím


IInterfaceInfo.Base Property

Definition

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.

Applies to