: Parameter.GetTypeDescriptorByNameAndLevel (Método) (Microsoft.Office.Server.ApplicationRegistry.Administration)
Espacio de nombres:
Ensamblado: Microsoft.SharePoint.Portal (in microsoft.sharepoint.portal.dll)
Sintaxis
'Declaración
Public Function GetTypeDescriptorByNameAndLevel ( _
name As String, _
level As Integer _
) As TypeDescriptor
'Uso
Dim instance As Parameter
Dim name As String
Dim level As Integer
Dim returnValue As TypeDescriptor
returnValue = instance.GetTypeDescriptorByNameAndLevel(name, level)
public TypeDescriptor GetTypeDescriptorByNameAndLevel (
string name,
int level
)
Parámetros
- name
- level
Vea también
Referencia
Parameter (Clase)
Parameter (Miembros)
Microsoft.Office.Server.ApplicationRegistry.Administration (Espacio de nombres)