SolutionPersistenceRegistrationAttribute Constructor (String^)

 

Initializes a new instance of the SolutionPersistenceRegistrationAttribute class to register a solution persistence attribute for the provided property.

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

public:
SolutionPersistenceRegistrationAttribute(
	String^ propName
)

Parameters

propName
Type: System::String^

Name of the property.

Return to top
Show: