DisplayAttribute.GetPrompt 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
返回 Prompt 属性的值。
public:
System::String ^ GetPrompt();
public string GetPrompt ();
public string? GetPrompt ();
member this.GetPrompt : unit -> string
Public Function GetPrompt () As String
返回
如果已指定 ResourceType 属性并且 Prompt 属性表示一个资源键,则获取 Prompt 属性的本地化字符串;否则获取 Prompt 属性的非本地化值。
例外
已设置 ResourceType 属性和 Prompt 属性,但无法在 ResourceType 上找到名称与 Prompt 值匹配的公共静态属性。
注解
属性 Prompt 通常用作 UI 元素的提示或水印,该 UI 元素绑定到使用 Prompt 属性进行批注的属性。