This documentation is archived and is not being maintained.

ProjectCreationContext::PublicData Property

Gets public data that is stored by the plug-in.

Namespace:  Microsoft.TeamFoundation.Client
Assembly:  Microsoft.VisualStudio.TeamFoundation.Client (in Microsoft.VisualStudio.TeamFoundation.Client.dll)

public:
property PropertyBag^ PublicData {
	PropertyBag^ get ();
}

Property Value

Type: Microsoft.TeamFoundation.Client::PropertyBag
Public data stored by the plug-in.

Public data is available to other plug-ins during project creation.

Show: