ConstantInfo.AttributeStrings Property
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 AttributeStrings ( _
<OutAttribute> ByRef AttributeArray As String() _
) As Short
'Usage
Dim instance As ConstantInfo
Dim AttributeArray As String()
Dim value As Short
value = instance.AttributeStrings(AttributeArray)
short this[
out string[] AttributeArray
] { get; }
property short AttributeStrings[[OutAttribute] array<String^>^% AttributeArray] {
short get ([OutAttribute] array<String^>^% AttributeArray);
}
JScript does not support indexed properties.
Parameters
- AttributeArray
Type: array<System.String[]%
Property Value
Type: System.Int16
.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.