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。A String containing the prefix.