NonWrappedPropertiesClassAttribute Class

Definition

Attribute indicating the properties class should not be wrapped before passing it to the properties window.

public ref class NonWrappedPropertiesClassAttribute : Attribute
[System.AttributeUsage(System.AttributeTargets.Class, AllowMultiple=false, Inherited=true)]
[System.Runtime.InteropServices.ComVisible(false)]
public class NonWrappedPropertiesClassAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Class, AllowMultiple=false, Inherited=true)>]
[<System.Runtime.InteropServices.ComVisible(false)>]
type NonWrappedPropertiesClassAttribute = class
    inherit Attribute
Public Class NonWrappedPropertiesClassAttribute
Inherits Attribute
Inheritance
NonWrappedPropertiesClassAttribute
Attributes

Constructors

NonWrappedPropertiesClassAttribute()

Creates an object of type NonWrappedPropertiesClassAttribute.

Applies to