[This is preliminary documentation and is subject to change.]

Returns the value of the specified String resource.

Namespace:  OfficeClip.Utils
Assembly:  OfficeClip.Utils (in OfficeClip.Utils)
Version: 8.1.1.0

Syntax

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

Parameters

res
Type: System..::.String
The name of the resource to get.

Return Value

The value of the resource localized for the caller's current culture settings. If a match is not possible, a null reference is returned.

See Also