[This is preliminary documentation and is subject to change.]

CTor from value represented as instance of CategoryAttributeValues..::..Value

Namespace: Tools.ComponentModelT
Assembly: Tools (in Tools.dll) Version: 1.5.3.38916 (1.5.3.38916)

Syntax

C#
public KnownCategoryAttribute(
	CategoryAttributeValues..::..Value KnownCategory
)
Visual Basic
Public Sub New ( _
	KnownCategory As CategoryAttributeValues..::..Value _
)
Visual C++
public:
KnownCategoryAttribute(
	CategoryAttributeValues..::..Value KnownCategory
)
F#
new : 
        KnownCategory:CategoryAttributeValues..::..Value -> KnownCategoryAttribute
JScript
public function KnownCategoryAttribute(
	KnownCategory : CategoryAttributeValues..::..Value
)

Remarks

Thsi CTor is hint for intellisense only. However it is fully functional you will probably never use it.

See Also