SPPersistedObject-Konstruktor (String, SPPersistedObject)
Initialisiert eine neue Instanz der Klasse SPPersistedObject basierend auf dem angegebenen Namen und das übergeordnete Objekt.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Protected Sub New ( _
name As String, _
parent As SPPersistedObject _
)
'Usage
Dim name As String
Dim parent As SPPersistedObject
Dim instance As New SPPersistedObject(name, parent)
protected SPPersistedObject(
string name,
SPPersistedObject parent
)
Parameter
name
Typ: System.StringEine Zeichenfolge, die einen Namen für das neue persistente Objekt enthält.
parent
Typ: Microsoft.SharePoint.Administration.SPPersistedObjectDas übergeordnete Objekt.