PropertyGroupDescription.StringComparison 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 or sets a StringComparison value that specifies the comparison between the value of an item (as determined by PropertyName and Converter) and the name of a group.
public:
property StringComparison StringComparison { StringComparison get(); void set(StringComparison value); };
public StringComparison StringComparison { get; set; }
member this.StringComparison : StringComparison with get, set
Public Property StringComparison As StringComparison
Property Value
The default value is StringComparison.Ordinal
.
Remarks
This is ignored unless both values in the comparison are strings.
Applies to
Совместная работа с нами на GitHub
Источник этого содержимого можно найти на GitHub, где также можно создавать и просматривать проблемы и запросы на вытягивание. Дополнительные сведения см. в нашем руководстве для участников.