ActionBaseTypeAttribute-Konstruktor
Initialisiert eine neue Instanz der Klasse ActionBaseTypeAttribute basierend auf dem angegebenen Systemtyp.
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 ActionBaseTypeAttribute(type)
public ActionBaseTypeAttribute(
Type type
)
Parameter
type
Typ: System.TypeEin System.Type -Objekt, das den Typ darstellt.
Siehe auch
Referenz
ActionBaseTypeAttribute Klasse