ProvideUIContextRuleAttribute::Delay Property

Visual Studio 2015
 

Gets the delay, in milliseconds, before activating the UI context.

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

public:
property unsigned int Delay {
	[CompilerGeneratedAttribute]
	unsigned int get();
	[CompilerGeneratedAttribute]
	private: void set(unsigned int value);
}

Property Value

Type: System::UInt32

The delay, in milliseconds, before activating the UI context.

Return to top
Show: