This documentation is archived and is not being maintained.

ProjectCreationContext::PrivateData Property

Gets the private 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^ PrivateData {
	PropertyBag^ get ();
}

Property Value

Type: Microsoft.TeamFoundation.Client::PropertyBag
The private data that is stored by the plug-in.

Private data is accessed only by the plug-in.

Show: