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)
Syntax
'Declaration
Public ReadOnly Property PublicData As PropertyBag
public PropertyBag PublicData { get; }
public:
property PropertyBag^ PublicData {
PropertyBag^ get ();
}
member PublicData : PropertyBag with get
function get PublicData () : PropertyBag
Property Value
Type: Microsoft.TeamFoundation.Client.PropertyBag
Public data stored by the plug-in.
Remarks
Public data is available to other plug-ins during project creation.
.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.