BoundPropertyEntry.ExpressionPrefix 属性

定义

获取或设置此表达式的前缀。Gets or sets the prefix for this expression.

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

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

属性值

String

包含前缀的 StringA String containing the prefix.

适用于