CodeTypeDeclaration.IsInterface Eigenschap

Definitie

Hiermee wordt een waarde opgehaald of ingesteld die aangeeft of het type een interface is.

public:
 property bool IsInterface { bool get(); void set(bool value); };
public bool IsInterface { get; set; }
member this.IsInterface : bool with get, set
Public Property IsInterface As Boolean

Waarde van eigenschap

true als het type een interface is; anders, false.

Van toepassing op