WizComboClass.SelectedItem 屬性
取得精靈下拉式方塊中目前選取的項目,做為字串。
命名空間: Microsoft.VisualStudio.VsWizard
組件: Microsoft.VisualStudio.VsWizard (在 Microsoft.VisualStudio.VsWizard.dll 中)
語法
'宣告
Public Overridable ReadOnly Property SelectedItem As String
public virtual string SelectedItem { get; }
public:
virtual property String^ SelectedItem {
String^ get ();
}
abstract SelectedItem : string with get
override SelectedItem : string with get
function get SelectedItem () : String
屬性值
類型: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 命名空間