Returns the XllAttributes object for the specified Assembly.

Namespace:  XllPlus
Assembly:  Psl.XL6.XnReflect.Runtime (in Psl.XL6.XnReflect.Runtime.dll) Version: 6.3.4.831 (6.3.4.0831)

Syntax

C#
public XllAttributes this[
	string key
] { get; }
Visual Basic (Declaration)
Public ReadOnly Default Property Item ( _
	key As String _
) As XllAttributes
Visual C++
public:
property XllAttributes^ default[String^ key] {
	XllAttributes^ get (String^ key);
}

Parameters

key
Type: System..::.String
The documentation key for a reflected object.

Return Value

A XllAttributes object for the specified object, if any exists. Otherwise null.

See Also