VBFixedStringAttribute(Int32) コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
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
適用されるときに実行されます。