Method.GetMethodInstances Method
Gets the MethodInstance objects that belong to this method.
Namespace: Microsoft.Office.Server.ApplicationRegistry.MetadataModel
Assembly: Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)
Syntax
'Declaration
Public Function GetMethodInstances As NamedMethodInstanceDictionary
'Usage
Dim instance As Method
Dim returnValue As NamedMethodInstanceDictionary
returnValue = instance.GetMethodInstances()
public NamedMethodInstanceDictionary GetMethodInstances()
Return Value
Type: Microsoft.Office.Server.ApplicationRegistry.MetadataModel.NamedMethodInstanceDictionary
A NamedMethodInstanceDictionary object.
See Also
Reference
Microsoft.Office.Server.ApplicationRegistry.MetadataModel Namespace