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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.