ProvideUIContextRuleAttribute::TermNames Property

Visual Studio 2015
 

Gets the term names used in the expression.

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

public:
property array<String^>^ TermNames {
	[CompilerGeneratedAttribute]
	array<String^>^ get();
	[CompilerGeneratedAttribute]
	private: void set(array<String^>^ value);
}

Property Value

Type: array<System::String^>^

The term names used in the expression.

Return to top
Show: