Skip to content

IInterfaceInfo Interface#

Provides access to the properties of an interface.

Syntax#

C#

public interface IInterfaceInfo : IInfo

VB

Public Interface IInterfaceInfo
    Inherits IInfo

The IInterfaceInfo type exposes the following members.

Properties#

NameDescription
Public propertyItem Retrieves the value of the specified property. (Inherited from IInfo.)
 

Methods#

NameDescription
Public methodContainsKey Indicates if the item has a specific property. (Inherited from IInfo.)
Public methodGetValueOrDefault Gets the property value if the given property key exists. Otherwise, returns the default value. (Inherited from IInfo.)
 

Remarks#

The static class InterfaceInfoKey can be used to get a list of available interfaces info keys.