PredefinedClassificationTypeNames.Operator Field
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.
Name of the classification type representing operators. In C# for instance, + would be an operator.
public: System::String ^ Operator;
std::wstring Operator;
public const string Operator;
val mutable Operator : string
Public Const Operator As String