ProvideUIContextRuleAttribute::Expression Property
Visual Studio 2015
Gets the expression to be evaluated for determining state of the UI context.
Assembly: Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)
public: property String^ Expression { [CompilerGeneratedAttribute] String^ get(); [CompilerGeneratedAttribute] private: void set(String^ value); }
Property Value
Type: System::String^The expression to be evaluated for determining state of the UI context.
Show: