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