Share via


CustomXMLPartsClass.SelectByNamespace Method

Namespace:  Microsoft.Office.Core
Assembly:  office (in office.dll)

Syntax

'Declaration
Public Overridable Function SelectByNamespace ( _
    NamespaceURI As String _
) As CustomXMLParts
'Usage
Dim instance As CustomXMLPartsClass
Dim NamespaceURI As String
Dim returnValue As CustomXMLParts

returnValue = instance.SelectByNamespace(NamespaceURI)
public virtual CustomXMLParts SelectByNamespace(
    string NamespaceURI
)

Parameters

Return Value

Type: Microsoft.Office.Core.CustomXMLParts

Implements

_CustomXMLParts.SelectByNamespace(String)

See Also

Reference

CustomXMLPartsClass Class

CustomXMLPartsClass Members

Microsoft.Office.Core Namespace