PatternContextRagged.FrameData.StemItems 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
此 API 支持基础结构,不应从代码中直接使用。 将来的版本中可能会更改或删除此 API。
public:
property System::Collections::Generic::IList<System::String ^> ^ StemItems { System::Collections::Generic::IList<System::String ^> ^ get(); };
public System.Collections.Generic.IList<string> StemItems { get; }
member this.StemItems : System.Collections.Generic.IList<string>
Public ReadOnly Property StemItems As IList(Of String)