CategoryEditor.TargetCategory Property
When overridden in a derived class, gets a localized string that indicates which category this editor belongs to.
Namespace: Microsoft.Windows.Design.PropertyEditing
Assembly: Microsoft.Windows.Design (in Microsoft.Windows.Design.dll)
Syntax
'Declaration
Public MustOverride ReadOnly Property TargetCategory As String
'Usage
Dim instance As CategoryEditor
Dim value As String
value = instance.TargetCategory
public abstract string TargetCategory { get; }
public:
virtual property String^ TargetCategory {
String^ get () abstract;
}
public abstract function get TargetCategory () : String
Property Value
Type: System.String
A string representing the category that this editor belongs to.
Remarks
CategoryEditor objects are defined on types and, therefore, at load time they must indicate the actual category they belong to.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
Microsoft.Windows.Design.PropertyEditing Namespace