Share via


VsResourceKeys.ProgressBarTemplateKey Property

Gets the key that can be used at runtime to dynamically bind to a ControlTemplate for a ProgressBar.

Namespace:  Microsoft.VisualStudio.Shell
Assembly:  Microsoft.VisualStudio.Shell.11.0 (in Microsoft.VisualStudio.Shell.11.0.dll)

Syntax

'Declaration
Public Shared ReadOnly Property ProgressBarTemplateKey As Object
public static Object ProgressBarTemplateKey { get; }
public:
static property Object^ ProgressBarTemplateKey {
    Object^ get ();
}
static member ProgressBarTemplateKey : Object with get
static function get ProgressBarTemplateKey () : Object

Property Value

Type: System.Object

.NET Framework Security

See Also

Reference

VsResourceKeys Class

Microsoft.VisualStudio.Shell Namespace