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

[Missing <summary> documentation for "M:Tools.ComponentModelT.KnownCategoryAttribute.KnownAttribute(Tools.ComponentModelT.KnownCategoryAttribute.KnownCategories)"]

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

Syntax

C#
public static CategoryAttribute KnownAttribute(
	KnownCategoryAttribute..::..KnownCategories KnownCategory
)
Visual Basic
Public Shared Function KnownAttribute ( _
	KnownCategory As KnownCategoryAttribute..::..KnownCategories _
) As CategoryAttribute
Visual C++
public:
static CategoryAttribute^ KnownAttribute(
	KnownCategoryAttribute..::..KnownCategories KnownCategory
)
F#
static member KnownAttribute : 
        KnownCategory:KnownCategoryAttribute..::..KnownCategories -> CategoryAttribute 
JScript
public static function KnownAttribute(
	KnownCategory : KnownCategoryAttribute..::..KnownCategories
) : CategoryAttribute

Parameters

KnownCategory
Type: Tools.ComponentModelT..::..KnownCategoryAttribute..::..KnownCategories

[Missing <param name="KnownCategory"/> documentation for "M:Tools.ComponentModelT.KnownCategoryAttribute.KnownAttribute(Tools.ComponentModelT.KnownCategoryAttribute.KnownCategories)"]

Return Value

[Missing <returns> documentation for "M:Tools.ComponentModelT.KnownCategoryAttribute.KnownAttribute(Tools.ComponentModelT.KnownCategoryAttribute.KnownCategories)"]

Exceptions

See Also