ProvideExtensibleUIContextRuleAttribute Constructor (String, String, UInt32)
Visual Studio 2015
Creates an extensible rule-based UI context entry that is activated when any of the terms added by other extensions is true. The extenders would use the same GUID to create a new UI context rule with expression set to "*" to extend the rule created by this attribute.
Assembly: Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)
new : contextGuid:string * name:string * delay:uint32 = 0 -> ProvideExtensibleUIContextRuleAttribute
Parameters
- contextGuid
-
Type:
System.String
The GUID of the context.
- name
-
Type:
System.String
The name of the rule.
- delay
- Type: System.UInt32
Show: