CustomXMLPartsClass.SelectByID Method
Namespace: Microsoft.Office.Core
Assembly: office (in office.dll)
Syntax
'Declaration
Public Overridable Function SelectByID ( _
Id As String _
) As CustomXMLPart
'Usage
Dim instance As CustomXMLPartsClass
Dim Id As String
Dim returnValue As CustomXMLPart
returnValue = instance.SelectByID(Id)
public virtual CustomXMLPart SelectByID(
string Id
)
Parameters
- Id
Type: System.String
Return Value
Type: Microsoft.Office.Core.CustomXMLPart
Implements
_CustomXMLParts.SelectByID(String)