WizComboClass.SelectedItem プロパティ
現在選択されている項目をウィザードのコンボ ボックスでは文字列として取得します。
名前空間: Microsoft.VisualStudio.VsWizard
アセンブリ: Microsoft.VisualStudio.VsWizard (Microsoft.VisualStudio.VsWizard.dll 内)
構文
'宣言
Public Overridable ReadOnly Property SelectedItem As String
Get
public virtual string SelectedItem { get; }
public:
virtual property String^ SelectedItem {
String^ get ();
}
abstract SelectedItem : string
override SelectedItem : string
function get SelectedItem () : String
プロパティ値
型: System.String
ウィザードのコンボ ボックスの文字列内の現在選択されている項目。
実装
例
var strSelectedItem = ReturnType.SelectedItem;
// (where ReturnType is the ID of the OBJECT tag for
// the wizard's editabled combo control)
ReturnType.RemoveItem(2);
.NET Framework セキュリティ
- 直前の呼び出し元に対する完全な信頼。 このメンバーは、部分的に信頼されているコードから使用することはできません。 詳細については、「部分信頼コードからのライブラリの使用」を参照してください。
参照
参照
Microsoft.VisualStudio.VsWizard 名前空間