Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
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
'Dichiarazione
Public ReadOnly Property PrivateData As PropertyBag
Get
public PropertyBag PrivateData { get; }
public:
property PropertyBag^ PrivateData {
PropertyBag^ get ();
}
member PrivateData : PropertyBag
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 accessible 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.