SharedSettingsAttribute Constructor (String^, Type^)

Visual Studio 2015
 

Initializes a new instance of SharedSettingsAttribute with the specified name.

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

public:
SharedSettingsAttribute(
	String^ name,
	Type^ machineLocalityEvaluatorType
)

Parameters

name
Type: System::String^

The name of the shared settings.

machineLocalityEvaluatorType
Type: System::Type^

The type of the evaluator.

Return to top
Show: