_UserDefinedProperty.DisplayFormat Eigenschaft
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Gibt einen Integer-Wert (int in C#) zurück, der das Anzeigeformat für das UserDefinedProperty -Objekt darstellt. Schreibgeschützt.
public:
property int DisplayFormat { int get(); };
public int DisplayFormat { get; }
Public ReadOnly Property DisplayFormat As Integer
Eigenschaftswert
Hinweise
Der Wert dieser Eigenschaft ist eine Konstante aus einer Enumeration, wobei die Enumeration vom Wert der Type Eigenschaft für das UserDefinedProperty-Objekt abhängig ist:
Typwert | DisplayFormat-Aufzählung | |
olCombination | Keine Aufzählung verfügbar. Diese Eigenschaft gibt immer 1 für OlCombination. | |
olCurrency | OlFormatCurrency | |
olDateTime | OlFormatDateTime | |
olDuration | OlFormatDuration | |
olEnumeration | OlFormatEnumeration | |
olFormula | Keine Aufzählung verfügbar. Diese Eigenschaft gibt immer 1 für OlFormula. | |
olInteger | OlFormatInteger | |
olKeywords | OlFormatKeywords | |
olNumber | OlFormatNumber | |
olOutlookInternal | Keine Aufzählung verfügbar. Diese Eigenschaft gibt immer 1 für OlOutlookInternal. | |
olPercent | OlFormatPercent | |
olSmartFrom | OlFormatSmartFrom | |
olText | OlFormatText | |
olYesNo | OlFormatYesNo |