HostTypeCollectionGetNamespaceNode Method |
Locates a namespace within a host type collection.
Namespace:
Microsoft.ClearScript
Assembly:
ClearScript.Core (in ClearScript.Core.dll) Version: 7.3.1
Syntaxpublic PropertyBag GetNamespaceNode(
string name
)
Public Function GetNamespaceNode (
name As String
) As PropertyBag
public:
PropertyBag^ GetNamespaceNode(
String^ name
)
member GetNamespaceNode :
name : string -> PropertyBag
Parameters
- name
- Type: SystemString
The full name of the namespace to locate.
Return Value
Type:
PropertyBagThe node that represents the namespace if it was found,
null otherwise.
See Also