Click or drag to resize

IsBindingInterfaceAttribute Class

Mark a CustomPropertyValue member as being part of the binding interface (IsBindingInterface).
Inheritance Hierarchy
SystemObject
  SystemAttribute
    Demo3D.NativeIsBindingInterfaceAttribute

Namespace:  Demo3D.Native
Assembly:  Demo3D.Core (in Demo3D.Core.dll) Version: 15.0.2.11458
Syntax
C#
public class IsBindingInterfaceAttribute : Attribute

The IsBindingInterfaceAttribute type exposes the following members.

Constructors
  NameDescription
Public methodIsBindingInterfaceAttribute
Initializes a new instance of the IsBindingInterfaceAttribute class
Top
See Also