RecordInfo.HelpString Property (Int32)
This API supports the Visual Studio Tools for Applications infrastructure and is not intended to be used directly from your code.
Namespace: TLI
Assembly: Microsoft.TLI.Interop (in Microsoft.TLI.Interop.dll)
Syntax
'Declaration
ReadOnly Property HelpString ( _
LCID As Integer _
) As String
'Usage
Dim instance As RecordInfo
Dim LCID As Integer
Dim value As String
value = instance.HelpString(LCID)
string this[
int LCID
] { get; }
property String^ HelpString[[InAttribute] int LCID] {
String^ get ([InAttribute] int LCID);
}
JScript does not support indexed properties.
Parameters
- LCID
Type: System.Int32
Property Value
Type: System.String
Implements
ConstantInfo.HelpString[Int32]
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.