MapDockableSubItem.FieldsUsedInValueExpression 属性

定义

获取值表达式中使用的字段。

public:
 property System::Collections::Generic::List<System::String ^> ^ FieldsUsedInValueExpression { System::Collections::Generic::List<System::String ^> ^ get(); };
public System.Collections.Generic.List<string> FieldsUsedInValueExpression { get; }
member this.FieldsUsedInValueExpression : System.Collections.Generic.List<string>
Public ReadOnly Property FieldsUsedInValueExpression As List(Of String)

属性值

一个表示用于值表达式的字段的 List<T> 对象。

适用于