ProjectedWrapper.PropertyNameList 属性

定义

以逗号分隔格式的文本形式获取属性名称列表。Gets a list of property names as text in a comma-separated format.

此 API 支持产品基础结构,不能在代码中直接使用。

public:
 property System::String ^ PropertyNameList { System::String ^ get(); void set(System::String ^ value); };
public string PropertyNameList { get; set; }
member this.PropertyNameList : string with get, set
Public Property PropertyNameList As String

属性值

String

逗号分隔的名称的列表。List of comma-separated names.

适用于