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.Interaction (in Microsoft.Windows.Design.Interaction.dll)
Syntax
'Declaration
Public MustOverride ReadOnly Property TargetCategory As String
Get
public abstract string TargetCategory { get; }
public:
virtual property String^ TargetCategory {
String^ get () abstract;
}
abstract TargetCategory : string
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