 | AmlObjectsExtensionsRefURIAttribute Method |
Namespace: Aml.Engine.AmlObjects.ExtensionsAssembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntaxpublic static RefURIAttributeType RefURIAttribute(
this IObjectWithAttributes objectWithAttributes
)
<ExtensionAttribute>
Public Shared Function RefURIAttribute (
objectWithAttributes As IObjectWithAttributes
) As RefURIAttributeType
public:
[ExtensionAttribute]
static RefURIAttributeType^ RefURIAttribute(
IObjectWithAttributes^ objectWithAttributes
)
Parameters
- objectWithAttributes IObjectWithAttributes
- The object with attributes.
Return Value
RefURIAttributeTypeThe RefURIAttribute from this instance if it exists; otherwise
nullUsage Note
In Visual Basic and C#, you can call this method as an instance method on any object of type
IObjectWithAttributes. When you use instance method syntax to call this method, omit the first parameter. For more information, see
Extension Methods (Visual Basic) or
Extension Methods (C# Programming Guide).
See Also