_CommandBarButton.ShortcutText 属性

定义

获取或设置快捷方式文本。 此属性已弃用。

public:
 property System::String ^ ShortcutText { System::String ^ get(); void set(System::String ^ value); };
public:
 property Platform::String ^ ShortcutText { Platform::String ^ get(); void set(Platform::String ^ value); };
[System.Runtime.InteropServices.DispId(1610940422)]
public string ShortcutText { [System.Runtime.InteropServices.DispId(1610940422)] get; [System.Runtime.InteropServices.DispId(1610940422)] set; }
[<System.Runtime.InteropServices.DispId(1610940422)>]
[<get: System.Runtime.InteropServices.DispId(1610940422)>]
[<set: System.Runtime.InteropServices.DispId(1610940422)>]
member this.ShortcutText : string with get, set
Public Property ShortcutText As String

属性值

String

快捷方式文本。 此属性已弃用。

属性

注解

此属性引发 DeprecatedException。

适用于