CategoryEditor.TargetCategory Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets a localized string that indicates to which category the editor belongs.
public:
abstract property System::String ^ TargetCategory { System::String ^ get(); };
public abstract string TargetCategory { get; }
member this.TargetCategory : string
Public MustOverride ReadOnly Property TargetCategory As String
Property Value
A String that represents the editor category.
Remarks
Category editors are defined on types and, thus, at load time they need to indicate to which category they belong.
Applies to
Συνεργαστείτε μαζί μας στο GitHub
Μπορείτε να βρείτε την πηγή για αυτό το περιεχόμενο στο GitHub, όπου μπορείτε επίσης να δημιουργήσετε και να εξετάσετε ζητήματα και αιτήματα έλξης. Για περισσότερες πληροφορίες, ανατρέξτε στον οδηγό συνεργατών.