[Missing <summary> documentation for "M:VVVV.PluginInterfaces.V2.IAddonFactory.GetNodeListAttribute(VVVV.PluginInterfaces.V2.INodeInfo,System.String@,System.String@)"]

Namespace: VVVV.PluginInterfaces.V2
Assembly: VVVV.PluginInterfaces (in VVVV.PluginInterfaces.dll) Version: 2.0.4694.10872

Syntax

C#
bool GetNodeListAttribute(
	INodeInfo nodeInfo,
	out string name,
	out string value
)

Parameters

nodeInfo
Type: VVVV.PluginInterfaces.V2..::..INodeInfo

[Missing <param name="nodeInfo"/> documentation for "M:VVVV.PluginInterfaces.V2.IAddonFactory.GetNodeListAttribute(VVVV.PluginInterfaces.V2.INodeInfo,System.String@,System.String@)"]

name
Type: System..::..String%

[Missing <param name="name"/> documentation for "M:VVVV.PluginInterfaces.V2.IAddonFactory.GetNodeListAttribute(VVVV.PluginInterfaces.V2.INodeInfo,System.String@,System.String@)"]

value
Type: System..::..String%

[Missing <param name="value"/> documentation for "M:VVVV.PluginInterfaces.V2.IAddonFactory.GetNodeListAttribute(VVVV.PluginInterfaces.V2.INodeInfo,System.String@,System.String@)"]

Return Value

[Missing <returns> documentation for "M:VVVV.PluginInterfaces.V2.IAddonFactory.GetNodeListAttribute(VVVV.PluginInterfaces.V2.INodeInfo,System.String@,System.String@)"]

See Also