TypeDescriptor.GetDefaultValue, méthode (Microsoft.Office.Server.ApplicationRegistry.Administration)
Gets the default value for this type descriptor given the method instance ID.
Espace de noms : Microsoft.Office.Server.ApplicationRegistry.Administration
Assembly : Microsoft.SharePoint.Portal (dans microsoft.sharepoint.portal.dll)
Syntaxe
'Déclaration
Public Function GetDefaultValue ( _
methodInstanceId As UInteger _
) As Object
'Utilisation
Dim instance As TypeDescriptor
Dim methodInstanceId As UInteger
Dim returnValue As Object
returnValue = instance.GetDefaultValue(methodInstanceId)
public Object GetDefaultValue (
uint methodInstanceId
)
Paramètres
- methodInstanceId
The ID of the method instance.
Valeur de retour
An object representing the default value.
Voir aussi
Référence
TypeDescriptor, classe
Membres TypeDescriptor
Microsoft.Office.Server.ApplicationRegistry.Administration, espace de noms