: TypeDescriptor.GetDefaultValue (Método) (Microsoft.Office.Server.ApplicationRegistry.Administration)
Gets the default value for this type descriptor given the method instance ID.
Espacio de nombres:
Ensamblado: Microsoft.SharePoint.Portal (in microsoft.sharepoint.portal.dll)
Sintaxis
'Declaración
Public Function GetDefaultValue ( _
methodInstanceId As UInteger _
) As Object
'Uso
Dim instance As TypeDescriptor
Dim methodInstanceId As UInteger
Dim returnValue As Object
returnValue = instance.GetDefaultValue(methodInstanceId)
public Object GetDefaultValue (
uint methodInstanceId
)
Parámetros
- methodInstanceId
The ID of the method instance.
Valor devuelto
An object representing the default value.
Vea también
Referencia
TypeDescriptor (Clase)
TypeDescriptor (Miembros)
Microsoft.Office.Server.ApplicationRegistry.Administration (Espacio de nombres)