XslTransformFileEditor.Caption 属性
定义
获取要在选择对话框中显示的标题。Gets the caption to display on the selection dialog box.
protected:
virtual property System::String ^ Caption { System::String ^ get(); };
protected override string Caption { get; }
member this.Caption : string
Protected Overrides ReadOnly Property Caption As String
属性值
要在选择对话框中显示的标题文本。The caption text to display on the selection dialog box.
注解
此 Caption 属性由 EditValue 方法在调用方法时使用 BuildUrl ,此方法在设计时向用户显示 URL 选择对话框。The Caption property is used by the EditValue method when calling the BuildUrl method, which displays the URL selection dialog box to the user at design time.