VBFixedStringAttribute(Int32) コンストラクター

定義

SizeConst フィールドの値を初期化します。

public:
 VBFixedStringAttribute(int Length);
public VBFixedStringAttribute (int Length);
new Microsoft.VisualBasic.VBFixedStringAttribute : int -> Microsoft.VisualBasic.VBFixedStringAttribute
Public Sub New (Length As Integer)

パラメーター

Length
Int32

固定長文字列の長さ。

注釈

コンストラクターは、 属性が文字列に VBFixedStringAttribute 適用されるときに実行されます。

適用対象

こちらもご覧ください