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)

Syntax

'Declaration
Public ReadOnly Property PrivateData As PropertyBag
public PropertyBag PrivateData { get; }
public:
property PropertyBag^ PrivateData {
    PropertyBag^ get ();
}
member PrivateData : PropertyBag with get
function get PrivateData () : PropertyBag

Property Value

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

Remarks

Private data is accessed only by the plug-in.

.NET Framework Security

See Also

Reference

ProjectCreationContext Class

Microsoft.TeamFoundation.Client Namespace