VCFxCopTool::Dictionaries Property

 

This API supports the product infrastructure and is not intended to be used directly from your code.

Microsoft Internal Use Only.

Namespace:   Microsoft.VisualStudio.VCProjectEngine
Assembly:  Microsoft.VisualStudio.VCProjectEngine (in Microsoft.VisualStudio.VCProjectEngine.dll)

property String^ Dictionaries {
	String^ get();
	void set(String^ value);
}

Property Value

Type: System::String^

A string.

A get operation converts an MSBuild CodeAnalysisDictionary item type to a semicolon-delimited, VCBuild Dictionaries list. A set operation converts a semicolon-delimited, VCBuild Dictionaries list to an MSBuild CodeAnalysisDictionary item type.

Return to top
Show: