CategoryResourceAttribute Class

Namespace:  Microsoft.VisualStudio.Modeling.Design
Assembly:  Microsoft.VisualStudio.Modeling.Sdk (in Microsoft.VisualStudio.Modeling.Sdk.dll)

Syntax

'宣言
<AttributeUsageAttribute(AttributeTargets.Property, AllowMultiple := False)> _
Public NotInheritable Class CategoryResourceAttribute _
    Inherits CategoryAttribute
'使用
Dim instance As CategoryResourceAttribute
[AttributeUsageAttribute(AttributeTargets.Property, AllowMultiple = false)]
public sealed class CategoryResourceAttribute : CategoryAttribute
[AttributeUsageAttribute(AttributeTargets::Property, AllowMultiple = false)]
public ref class CategoryResourceAttribute sealed : public CategoryAttribute
public final class CategoryResourceAttribute extends CategoryAttribute

Inheritance Hierarchy

System.Object
  System.Attribute
    System.ComponentModel.CategoryAttribute
      Microsoft.VisualStudio.Modeling.Design.CategoryResourceAttribute

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

CategoryResourceAttribute Members

Microsoft.VisualStudio.Modeling.Design Namespace