次の方法で共有


ControlNotFoundException.Identifier プロパティ

定義

インポートされたフォーム領域の Microsoft.Vbe.Interop.Forms.UserForm に見つからないコントロールの名前を取得します。

public:
 property System::String ^ Identifier { System::String ^ get(); };
public string Identifier { get; }
member this.Identifier : string
Public ReadOnly Property Identifier As String

プロパティ値

フォーム領域の Microsoft.Vbe.Interop.Forms.UserForm に見つからないコントロールの名前を表す文字列。

適用対象