Visual Basic (Declaration) | |
---|---|
Public Function Parse( _ ByVal server As Object, _ ByVal configuration As ComClientConfiguration, _ ByVal itemId As String, _ ByRef browseName As String _ ) As Boolean |
C# | |
---|---|
public bool Parse( object server, ComClientConfiguration configuration, string itemId, out string browseName ) |
Parameters
- server
- The COM server that provided the item id.
- configuration
- The COM wrapper configuration.
- itemId
- The item id to parse.
- browseName
- The name of the item.
Return Value
True if the item id could be parsed.Target Platforms: Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows 7, Windows Server 2008 family