Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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
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.