TargetUpgradableObjectAttribute-Konstruktor
Initialisiert eine neue Instanz der Klasse TargetUpgradableObjectAttribute basierend auf den angegebenen Typ.
Namespace: Microsoft.SharePoint.Upgrade
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Sub New ( _
type As Type _
)
'Usage
Dim type As Type
Dim instance As New TargetUpgradableObjectAttribute(type)
public TargetUpgradableObjectAttribute(
Type type
)
Parameter
type
Typ: System.TypeEin System.Type -Objekt, das den Typ darstellt.
Siehe auch
Referenz
TargetUpgradableObjectAttribute Klasse