TableColumnDefinitionBase.EmptyStrings 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.
An empty string.
protected: static initonly System::Collections::Generic::IReadOnlyList<System::String ^> ^ EmptyStrings;
protected static readonly System.Collections.Generic.IReadOnlyList<string> EmptyStrings;
staticval mutable EmptyStrings : System.Collections.Generic.IReadOnlyList<string>
Protected Shared ReadOnly EmptyStrings As IReadOnlyList(Of String)